#788DA0

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

Shades of Light Slate Grey #788DA0

Tints of Light Slate Grey #788DA0

Color information

#788DA0 (or 0x788DA0) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8D and A0. RGB value is (120,141,160). Sum of RGB (Red+Green+Blue) = 120+141+160=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #788DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA0 is #87725F. Grayscale: #888888. Windows color (decimal): -8876640 or 10521976. OLE color: 10521976.

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

Color convert

RGB120141160-
CMYK0.250.1200.37
HSL208.5º17.39%54.9%-
HSV(B)208.5º25%62.75%-
XYZ23.6225.5836.95-
YUV136.89141.04115.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=28.50%
G=33.49%
B=38.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201411600.250.1200.37208.517.3954.9
Hex788DA019C025d01137
Octal17021524031140453202167
Binary1111000100011011010000011001110001001011101000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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