Shades of Light Slate Grey #788C9C
Tints of Light Slate Grey #788C9C
RGB
CMYK
RGB Variations
Color information
#788C9C (or 0x788C9C) is known color: Light Slate Grey. HEX triplet: 78, 8C and 9C. RGB value is (120,140,156). Sum of RGB (Red+Green+Blue) = 120+140+156=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #788C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C9C is #877363. Grayscale: #878787. Windows color (decimal): -8876900 or 10259576. OLE color: 10259576.
HSL color Cylindrical-coordinate representation of color #788C9C: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #788C9C is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 140 | 156 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.39 |
| HSL | 206.67º | 0.15% | 0.54% | - |
| HSV(B) | 206.67º | 0.23% | 0.61% | - |
| XYZ | 23.12 | 25.15 | 35.09 | - |
| YUV | 135.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 156 | 0.23 | 0.10 | 0 | 0.39 | 206.67 | 0.15 | 0.54 |
| Hex | 78 | 8C | 9C | 17 | A | 0 | 27 | CF | F | 36 |
| Octal | 170 | 214 | 234 | 27 | 12 | 0 | 47 | 317 | 17 | 66 |
| Binary | 1111000 | 10001100 | 10011100 | 10111 | 1010 | 0 | 100111 | 11001111 | 1111 | 110110 |
Color Harmonies of #788C9C
Complementary color
Monochromatic Colors of #788C9C
Black with #788C9C
Text Example
Text Example
White with #788C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C9C; }
p { color: rgb(120,140,156); }
H1.HeaderClassName
{
color: #788C9C;
}
.AnyTagClassName
{
color: #788C9C;
}
</style>
background-color css
<style>
a { background-color: #788C9C; }
a { background-color: rgb(120,140,156); }
div.DivClassName
{
background-color: #788C9C;
}
.BgClassName
{
background-color: #788C9C;
}
</style>
border-color css
<style>
span { border-color: #788C9C; }
span { border-color: rgb(120,140,156); }
td.TdClassName
{
border-color: #788C9C;
}
.TagClassName
{
border-color: #788C9C;
}
</style>