#788399

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

Shades of Light Slate Grey #788399

Tints of Light Slate Grey #788399

Color information

#788399 (or 0x788399) is unknown color: approx Light Slate Grey. HEX triplet: 78, 83 and 99. RGB value is (120,131,153). Sum of RGB (Red+Green+Blue) = 120+131+153=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #788399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788399 is #877C66. Grayscale: #828282. Windows color (decimal): -8879207 or 10060664. OLE color: 10060664.

HSL color Cylindrical-coordinate representation of color #788399: hue angle of 220º 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 #788399 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120131153-
CMYK0.220.1400.4
HSL220º13.92%53.53%-
HSV(B)220º21.57%60%-
XYZ21.6122.5333.35-
YUV130.22140.86120.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.70%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=29.70%
G=32.43%
B=37.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201311530.220.1400.422013.9253.53
Hex78839916E028dce36
Octal17020323126160503341666
Binary111100010000011100110011011011100101000110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788399; }

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

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

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

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

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

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

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

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