#788AA0

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

Shades of Light Slate Grey #788AA0

Tints of Light Slate Grey #788AA0

Color information

#788AA0 (or 0x788AA0) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8A and A0. RGB value is (120,138,160). Sum of RGB (Red+Green+Blue) = 120+138+160=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #788AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA0 is #87755F. Grayscale: #878787. Windows color (decimal): -8877408 or 10521208. OLE color: 10521208.

HSL color Cylindrical-coordinate representation of color #788AA0: hue angle of 213º 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 #788AA0 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB120138160-
CMYK0.250.1400.37
HSL213º17.39%54.9%-
HSV(B)213º25%62.75%-
XYZ23.1824.7136.81-
YUV135.13142.04117.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=28.71%
G=33.01%
B=38.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201381600.250.1400.3721317.3954.9
Hex788AA019E025d51137
Octal17021224031160453252167
Binary1111000100010101010000011001111001001011101010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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