#78889F

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

Shades of Light Slate Grey #78889F

Tints of Light Slate Grey #78889F

Color information

#78889F (or 0x78889F) is unknown color: approx Light Slate Grey. HEX triplet: 78, 88 and 9F. RGB value is (120,136,159). Sum of RGB (Red+Green+Blue) = 120+136+159=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #78889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78889F is #877760. Grayscale: #858585. Windows color (decimal): -8877921 or 10455160. OLE color: 10455160.

HSL color Cylindrical-coordinate representation of color #78889F: hue angle of 215.38º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78889F is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120136159-
CMYK0.250.1400.38
HSL215.38º16.88%54.71%-
HSV(B)215.38º24.53%62.35%-
XYZ22.8124.136.25-
YUV133.84142.2118.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=28.92%
G=32.77%
B=38.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201361590.250.1400.38215.3816.8854.71
Hex78889F19E026d71137
Octal17021023731160463272167
Binary1111000100010001001111111001111001001101101011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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