#788EA3

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

Shades of Light Slate Grey #788EA3

Tints of Light Slate Grey #788EA3

Color information

#788EA3 (or 0x788EA3) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8E and A3. RGB value is (120,142,163). Sum of RGB (Red+Green+Blue) = 120+142+163=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 163 - color contains mainly: blue. Hex color #788EA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EA3 is #87715C. Grayscale: #898989. Windows color (decimal): -8876381 or 10718840. OLE color: 10718840.

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

Color convert

RGB120142163-
CMYK0.260.1300.36
HSL209.3º18.94%55.49%-
HSV(B)209.3º26.38%63.92%-
XYZ24.0325.9838.4-
YUV137.82142.21115.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=28.24%
G=33.41%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201421630.260.1300.36209.318.9455.49
Hex788EA31AD024d11337
Octal17021624332150443212367
Binary1111000100011101010001111010110101001001101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,142,163); }

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

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

 a { background-color: rgb(120,142,163); }

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

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

 span { border-color: rgb(120,142,163); }

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