#788DA4

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

Shades of Light Slate Grey #788DA4

Tints of Light Slate Grey #788DA4

Color information

#788DA4 (or 0x788DA4) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8D and A4. RGB value is (120,141,164). Sum of RGB (Red+Green+Blue) = 120+141+164=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #788DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA4 is #87725B. Grayscale: #898989. Windows color (decimal): -8876636 or 10784120. OLE color: 10784120.

HSL color Cylindrical-coordinate representation of color #788DA4: hue angle of 211.36º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #788DA4 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120141164-
CMYK0.270.1400.36
HSL211.36º19.47%55.69%-
HSV(B)211.36º26.83%64.31%-
XYZ23.9725.7238.82-
YUV137.34143.04115.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=28.24%
G=33.18%
B=38.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201411640.270.1400.36211.3619.4755.69
Hex788DA41BE024d31338
Octal17021524433160443232370
Binary1111000100011011010010011011111001001001101001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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