Shades of Light Slate Grey #808E9C
Tints of Light Slate Grey #808E9C
RGB
CMYK
RGB Variations
Color information
#808E9C (or 0x808E9C) is known color: Light Slate Grey. HEX triplet: 80, 8E and 9C. RGB value is (128,142,156). Sum of RGB (Red+Green+Blue) = 128+142+156=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #808E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E9C is #7F7163. Grayscale: #8B8B8B. Windows color (decimal): -8352100 or 10260096. OLE color: 10260096.
HSL color Cylindrical-coordinate representation of color #808E9C: hue angle of 210º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808E9C is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 142 | 156 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.39 |
| HSL | 210º | 0.12% | 0.56% | - |
| HSV(B) | 210º | 0.18% | 0.61% | - |
| XYZ | 24.58 | 26.34 | 35.24 | - |
| YUV | 139.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 156 | 0.18 | 0.09 | 0 | 0.39 | 210 | 0.12 | 0.56 |
| Hex | 80 | 8E | 9C | 12 | 9 | 0 | 27 | D2 | C | 38 |
| Octal | 200 | 216 | 234 | 22 | 11 | 0 | 47 | 322 | 14 | 70 |
| Binary | 10000000 | 10001110 | 10011100 | 10010 | 1001 | 0 | 100111 | 11010010 | 1100 | 111000 |
Color Harmonies of #808E9C
Complementary color
Monochromatic Colors of #808E9C
Black with #808E9C
Text Example
Text Example
White with #808E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E9C; }
p { color: rgb(128,142,156); }
H1.HeaderClassName
{
color: #808E9C;
}
.AnyTagClassName
{
color: #808E9C;
}
</style>
background-color css
<style>
a { background-color: #808E9C; }
a { background-color: rgb(128,142,156); }
div.DivClassName
{
background-color: #808E9C;
}
.BgClassName
{
background-color: #808E9C;
}
</style>
border-color css
<style>
span { border-color: #808E9C; }
span { border-color: rgb(128,142,156); }
td.TdClassName
{
border-color: #808E9C;
}
.TagClassName
{
border-color: #808E9C;
}
</style>