#788A99

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

Shades of Light Slate Grey #788A99

Tints of Light Slate Grey #788A99

Color information

#788A99 (or 0x788A99) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8A and 99. RGB value is (120,138,153). Sum of RGB (Red+Green+Blue) = 120+138+153=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #788A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A99 is #877566. Grayscale: #868686. Windows color (decimal): -8877415 or 10062456. OLE color: 10062456.

HSL color Cylindrical-coordinate representation of color #788A99: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788A99 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120138153-
CMYK0.220.1000.4
HSL207.27º13.92%53.53%-
HSV(B)207.27º21.57%60%-
XYZ22.5824.4733.67-
YUV134.33138.54117.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=29.20%
G=33.58%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201381530.220.1000.4207.2713.9253.53
Hex788A9916A028cfe36
Octal17021223126120503171666
Binary111100010001010100110011011010100101000110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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