#788BA0

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

Shades of Light Slate Grey #788BA0

Tints of Light Slate Grey #788BA0

Color information

#788BA0 (or 0x788BA0) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8B and A0. RGB value is (120,139,160). Sum of RGB (Red+Green+Blue) = 120+139+160=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #788BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BA0 is #87745F. Grayscale: #878787. Windows color (decimal): -8877152 or 10521464. OLE color: 10521464.

HSL color Cylindrical-coordinate representation of color #788BA0: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #788BA0 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB120139160-
CMYK0.250.1300.37
HSL211.5º17.39%54.9%-
HSV(B)211.5º25%62.75%-
XYZ23.322536.85-
YUV135.71141.71116.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=28.64%
G=33.17%
B=38.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201391600.250.1300.37211.517.3954.9
Hex788BA019D025d31137
Octal17021324031150453232167
Binary1111000100010111010000011001110101001011101001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788BA0; }

 p { color: rgb(120,139,160); }

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

<style>
 a { background-color: #788BA0; }

 a { background-color: rgb(120,139,160); }

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

<style>
 span { border-color: #788BA0; }

 span { border-color: rgb(120,139,160); }

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