#78889D

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

Shades of Light Slate Grey #78889D

Tints of Light Slate Grey #78889D

Color information

#78889D (or 0x78889D) is unknown color: approx Light Slate Grey. HEX triplet: 78, 88 and 9D. RGB value is (120,136,157). Sum of RGB (Red+Green+Blue) = 120+136+157=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #78889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78889D is #877762. Grayscale: #858585. Windows color (decimal): -8877923 or 10324088. OLE color: 10324088.

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

Color convert

RGB120136157-
CMYK0.240.1300.38
HSL214.05º15.88%54.31%-
HSV(B)214.05º23.57%61.57%-
XYZ22.6424.0435.34-
YUV133.61141.2118.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=29.06%
G=32.93%
B=38.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201361570.240.1300.38214.0515.8854.31
Hex78889D18D026d61036
Octal17021023530150463262066
Binary1111000100010001001110111000110101001101101011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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