#788496

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

Shades of Light Slate Grey #788496

Tints of Light Slate Grey #788496

Color information

#788496 (or 0x788496) is unknown color: approx Light Slate Grey. HEX triplet: 78, 84 and 96. RGB value is (120,132,150). Sum of RGB (Red+Green+Blue) = 120+132+150=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #788496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788496 is #877B69. Grayscale: #828282. Windows color (decimal): -8878954 or 9864312. OLE color: 9864312.

HSL color Cylindrical-coordinate representation of color #788496: hue angle of 216º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788496 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120132150-
CMYK0.200.1200.41
HSL216º12.5%52.94%-
HSV(B)216º20%58.82%-
XYZ21.522.732.1-
YUV130.46139.02120.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=29.85%
G=32.84%
B=37.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201321500.200.1200.4121612.552.94
Hex78849614C029d8c35
Octal17020422624140513301465
Binary111100010000100100101101010011000101001110110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788496; }

 p { color: rgb(120,132,150); }

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

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

 a { background-color: rgb(120,132,150); }

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

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

 span { border-color: rgb(120,132,150); }

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