#75879C

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

Shades of Light Slate Grey #75879C

Tints of Light Slate Grey #75879C

Color information

#75879C (or 0x75879C) is unknown color: approx Light Slate Grey. HEX triplet: 75, 87 and 9C. RGB value is (117,135,156). Sum of RGB (Red+Green+Blue) = 117+135+156=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #75879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75879C is #8A7863. Grayscale: #838383. Windows color (decimal): -9074788 or 10258293. OLE color: 10258293.

HSL color Cylindrical-coordinate representation of color #75879C: hue angle of 212.31º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75879C is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117135156-
CMYK0.250.1300.39
HSL212.31º16.46%53.53%-
HSV(B)212.31º25%61.18%-
XYZ2223.5134.83-
YUV132.01141.54117.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=28.68%
G=33.09%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171351560.250.1300.39212.3116.4653.53
Hex75879C19D027d41036
Octal16520723431150473242066
Binary1110101100001111001110011001110101001111101010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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