#78879E

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

Shades of Light Slate Grey #78879E

Tints of Light Slate Grey #78879E

Color information

#78879E (or 0x78879E) is unknown color: approx Light Slate Grey. HEX triplet: 78, 87 and 9E. RGB value is (120,135,158). Sum of RGB (Red+Green+Blue) = 120+135+158=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #78879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78879E is #877861. Grayscale: #858585. Windows color (decimal): -8878178 or 10389368. OLE color: 10389368.

HSL color Cylindrical-coordinate representation of color #78879E: hue angle of 216.32º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78879E is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120135158-
CMYK0.240.1500.38
HSL216.32º16.38%54.51%-
HSV(B)216.32º24.05%61.96%-
XYZ22.5823.7935.75-
YUV133.14142.03118.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=29.06%
G=32.69%
B=38.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201351580.240.1500.38216.3216.3854.51
Hex78879E18F026d81037
Octal17020723630170463302067
Binary1111000100001111001111011000111101001101101100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78879E; }

 p { color: rgb(120,135,158); }

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

<style>
 a { background-color: #78879E; }

 a { background-color: rgb(120,135,158); }

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

<style>
 span { border-color: #78879E; }

 span { border-color: rgb(120,135,158); }

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