#735ACC

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

Shades of Slate Blue #735ACC

Tints of Slate Blue #735ACC

Color information

#735ACC (or 0x735ACC) is unknown color: approx Slate Blue. HEX triplet: 73, 5A and CC. RGB value is (115,90,204). Sum of RGB (Red+Green+Blue) = 115+90+204=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #735ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ACC is #8CA533. Grayscale: #6E6E6E. Windows color (decimal): -9217332 or 13392499. OLE color: 13392499.

HSL color Cylindrical-coordinate representation of color #735ACC: hue angle of 253.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735ACC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11590204-
CMYK0.440.5600.2
HSL253.16º52.78%57.65%-
HSV(B)253.16º55.88%80%-
XYZ21.6315.3258.94-
YUV110.47180.78131.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=28.12%
G=22.00%
B=49.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115902040.440.5600.2253.1652.7857.65
Hex735ACC2C38014fd353a
Octal16313231454700243756572
Binary111001110110101100110010110011100001010011111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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