#75879A

Color #75879A Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #75879A

Tints of Light Slate Grey #75879A

Color information

#75879A (or 0x75879A) is unknown color: approx Light Slate Grey. HEX triplet: 75, 87 and 9A. RGB value is (117,135,154). Sum of RGB (Red+Green+Blue) = 117+135+154=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #75879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75879A is #8A7865. Grayscale: #838383. Windows color (decimal): -9074790 or 10127221. OLE color: 10127221.

HSL color Cylindrical-coordinate representation of color #75879A: hue angle of 210.81º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75879A is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117135154-
CMYK0.240.1200.40
HSL210.81º15.48%53.14%-
HSV(B)210.81º24.03%60.39%-
XYZ21.8323.4433.95-
YUV131.78140.54117.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=28.82%
G=33.25%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171351540.240.1200.40210.8115.4853.14
Hex75879A18C028d3f35
Octal16520723230140503231765
Binary111010110000111100110101100011000101000110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75879A; }

 p { color: rgb(117,135,154); }

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

<style>
 a { background-color: #75879A; }

 a { background-color: rgb(117,135,154); }

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

<style>
 span { border-color: #75879A; }

 span { border-color: rgb(117,135,154); }

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