Shades of Light Slate Grey #808992
Tints of Light Slate Grey #808992
RGB
CMYK
RGB Variations
Color information
#808992 (or 0x808992) is known color: Light Slate Grey. HEX triplet: 80, 89 and 92. RGB value is (128,137,146). Sum of RGB (Red+Green+Blue) = 128+137+146=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #808992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808992 is #7F766D. Grayscale: #878787. Windows color (decimal): -8353390 or 9603456. OLE color: 9603456.
HSL color Cylindrical-coordinate representation of color #808992: hue angle of 210º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808992 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 137 | 146 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.43 |
| HSL | 210º | 0.08% | 0.54% | - |
| HSV(B) | 210º | 0.12% | 0.57% | - |
| XYZ | 23.04 | 24.56 | 30.72 | - |
| YUV | 135.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 146 | 0.12 | 0.06 | 0 | 0.43 | 210 | 0.08 | 0.54 |
| Hex | 80 | 89 | 92 | C | 6 | 0 | 2B | D2 | 8 | 36 |
| Octal | 200 | 211 | 222 | 14 | 6 | 0 | 53 | 322 | 10 | 66 |
| Binary | 10000000 | 10001001 | 10010010 | 1100 | 110 | 0 | 101011 | 11010010 | 1000 | 110110 |
Color Harmonies of #808992
Complementary color
Monochromatic Colors of #808992
Black with #808992
Text Example
Text Example
White with #808992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808992; }
p { color: rgb(128,137,146); }
H1.HeaderClassName
{
color: #808992;
}
.AnyTagClassName
{
color: #808992;
}
</style>
background-color css
<style>
a { background-color: #808992; }
a { background-color: rgb(128,137,146); }
div.DivClassName
{
background-color: #808992;
}
.BgClassName
{
background-color: #808992;
}
</style>
border-color css
<style>
span { border-color: #808992; }
span { border-color: rgb(128,137,146); }
td.TdClassName
{
border-color: #808992;
}
.TagClassName
{
border-color: #808992;
}
</style>