Shades of Light Slate Grey #788C99
Tints of Light Slate Grey #788C99
RGB
CMYK
RGB Variations
Color information
#788C99 (or 0x788C99) is known color: Light Slate Grey. HEX triplet: 78, 8C and 99. RGB value is (120,140,153). Sum of RGB (Red+Green+Blue) = 120+140+153=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #788C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C99 is #877366. Grayscale: #878787. Windows color (decimal): -8876903 or 10062968. OLE color: 10062968.
HSL color Cylindrical-coordinate representation of color #788C99: hue angle of 203.64º 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 #788C99 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 140 | 153 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.4 |
| HSL | 203.64º | 0.14% | 0.54% | - |
| HSV(B) | 203.64º | 0.22% | 0.6% | - |
| XYZ | 22.87 | 25.05 | 33.77 | - |
| YUV | 135.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 153 | 0.22 | 0.08 | 0 | 0.4 | 203.64 | 0.14 | 0.54 |
| Hex | 78 | 8C | 99 | 16 | 8 | 0 | 28 | CC | E | 36 |
| Octal | 170 | 214 | 231 | 26 | 10 | 0 | 50 | 314 | 16 | 66 |
| Binary | 1111000 | 10001100 | 10011001 | 10110 | 1000 | 0 | 101000 | 11001100 | 1110 | 110110 |
Color Harmonies of #788C99
Complementary color
Monochromatic Colors of #788C99
Black with #788C99
Text Example
Text Example
White with #788C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C99; }
p { color: rgb(120,140,153); }
H1.HeaderClassName
{
color: #788C99;
}
.AnyTagClassName
{
color: #788C99;
}
</style>
background-color css
<style>
a { background-color: #788C99; }
a { background-color: rgb(120,140,153); }
div.DivClassName
{
background-color: #788C99;
}
.BgClassName
{
background-color: #788C99;
}
</style>
border-color css
<style>
span { border-color: #788C99; }
span { border-color: rgb(120,140,153); }
td.TdClassName
{
border-color: #788C99;
}
.TagClassName
{
border-color: #788C99;
}
</style>