#78889B

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

Shades of Light Slate Grey #78889B

Tints of Light Slate Grey #78889B

Color information

#78889B (or 0x78889B) is unknown color: approx Light Slate Grey. HEX triplet: 78, 88 and 9B. RGB value is (120,136,155). Sum of RGB (Red+Green+Blue) = 120+136+155=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #78889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78889B is #877764. Grayscale: #858585. Windows color (decimal): -8877925 or 10193016. OLE color: 10193016.

HSL color Cylindrical-coordinate representation of color #78889B: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78889B is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120136155-
CMYK0.230.1200.39
HSL212.57º14.89%53.92%-
HSV(B)212.57º22.58%60.78%-
XYZ22.4723.9734.45-
YUV133.38140.2118.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=29.20%
G=33.09%
B=37.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201361550.230.1200.39212.5714.8953.92
Hex78889B17C027d5f36
Octal17021023327140473251766
Binary111100010001000100110111011111000100111110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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