#78889E

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

Shades of Light Slate Grey #78889E

Tints of Light Slate Grey #78889E

Color information

#78889E (or 0x78889E) is unknown color: approx Light Slate Grey. HEX triplet: 78, 88 and 9E. RGB value is (120,136,158). Sum of RGB (Red+Green+Blue) = 120+136+158=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #78889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78889E is #877761. Grayscale: #858585. Windows color (decimal): -8877922 or 10389624. OLE color: 10389624.

HSL color Cylindrical-coordinate representation of color #78889E: hue angle of 214.74º 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 #78889E is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120136158-
CMYK0.240.1400.38
HSL214.74º16.38%54.51%-
HSV(B)214.74º24.05%61.96%-
XYZ22.7224.0735.8-
YUV133.72141.7118.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=28.99%
G=32.85%
B=38.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201361580.240.1400.38214.7416.3854.51
Hex78889E18E026d71037
Octal17021023630160463272067
Binary1111000100010001001111011000111001001101101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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