Shades of Light Slate Grey #808C9E
Tints of Light Slate Grey #808C9E
RGB
CMYK
RGB Variations
Color information
#808C9E (or 0x808C9E) is known color: Light Slate Grey. HEX triplet: 80, 8C and 9E. RGB value is (128,140,158). Sum of RGB (Red+Green+Blue) = 128+140+158=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #808C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C9E is #7F7361. Grayscale: #8A8A8A. Windows color (decimal): -8352610 or 10390656. OLE color: 10390656.
HSL color Cylindrical-coordinate representation of color #808C9E: hue angle of 216º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808C9E is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 140 | 158 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.38 |
| HSL | 216º | 0.13% | 0.56% | - |
| HSV(B) | 216º | 0.19% | 0.62% | - |
| XYZ | 24.45 | 25.81 | 36.04 | - |
| YUV | 138.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 158 | 0.19 | 0.11 | 0 | 0.38 | 216 | 0.13 | 0.56 |
| Hex | 80 | 8C | 9E | 13 | B | 0 | 26 | D8 | D | 38 |
| Octal | 200 | 214 | 236 | 23 | 13 | 0 | 46 | 330 | 15 | 70 |
| Binary | 10000000 | 10001100 | 10011110 | 10011 | 1011 | 0 | 100110 | 11011000 | 1101 | 111000 |
Color Harmonies of #808C9E
Complementary color
Monochromatic Colors of #808C9E
Black with #808C9E
Text Example
Text Example
White with #808C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C9E; }
p { color: rgb(128,140,158); }
H1.HeaderClassName
{
color: #808C9E;
}
.AnyTagClassName
{
color: #808C9E;
}
</style>
background-color css
<style>
a { background-color: #808C9E; }
a { background-color: rgb(128,140,158); }
div.DivClassName
{
background-color: #808C9E;
}
.BgClassName
{
background-color: #808C9E;
}
</style>
border-color css
<style>
span { border-color: #808C9E; }
span { border-color: rgb(128,140,158); }
td.TdClassName
{
border-color: #808C9E;
}
.TagClassName
{
border-color: #808C9E;
}
</style>