#735aca

Color #735ACA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #735ACA

Tints of Slate Blue #735ACA

Color information

#735ACA (or 0x735ACA) is unknown color: approx Slate Blue. HEX triplet: 73, 5A and CA. RGB value is (115,90,202). Sum of RGB (Red+Green+Blue) = 115+90+202=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #735ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ACA is #8CA535. Grayscale: #6D6D6D. Windows color (decimal): -9217334 or 13261427. OLE color: 13261427.

HSL color Cylindrical-coordinate representation of color #735ACA: hue angle of 253.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735ACA is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11590202-
CMYK0.430.5500.21
HSL253.39º51.38%57.25%-
HSV(B)253.39º55.45%79.22%-
XYZ21.3915.2257.69-
YUV110.24179.78131.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=28.26%
G=22.11%
B=49.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115902020.430.5500.21253.3951.3857.25
Hex735ACA2B37015fd3339
Octal16313231253670253756371
Binary111001110110101100101010101111011101010111111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735aca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735aca; }

 p { color: rgb(115,90,202); }

 H1.HeaderClassName
 {
   color: #735aca;
 }
 .AnyTagClassName
 {
   color: #735aca;
 }
</style>
background-color css

<style>
 a { background-color: #735aca; }

 a { background-color: rgb(115,90,202); }

 div.DivClassName
 {
   background-color: #735aca;
 }
 .BgClassName
 {
   background-color: #735aca;
 }
</style>
border-color css

<style>
 span { border-color: #735aca; }

 span { border-color: rgb(115,90,202); }

 td.TdClassName
 {
   border-color: #735aca;
 }
 .TagClassName
 {
   border-color: #735aca;
 }
</style>