Shades of Light Slate Grey #808592
Tints of Light Slate Grey #808592
RGB
CMYK
RGB Variations
Color information
#808592 (or 0x808592) is known color: Light Slate Grey. HEX triplet: 80, 85 and 92. RGB value is (128,133,146). Sum of RGB (Red+Green+Blue) = 128+133+146=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #808592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808592 is #7F7A6D. Grayscale: #848484. Windows color (decimal): -8354414 or 9602432. OLE color: 9602432.
HSL color Cylindrical-coordinate representation of color #808592: hue angle of 223.33º 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 #808592 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 133 | 146 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.43 |
| HSL | 223.33º | 0.08% | 0.54% | - |
| HSV(B) | 223.33º | 0.12% | 0.57% | - |
| XYZ | 22.48 | 23.44 | 30.53 | - |
| YUV | 132.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 146 | 0.12 | 0.09 | 0 | 0.43 | 223.33 | 0.08 | 0.54 |
| Hex | 80 | 85 | 92 | C | 9 | 0 | 2B | DF | 8 | 36 |
| Octal | 200 | 205 | 222 | 14 | 11 | 0 | 53 | 337 | 10 | 66 |
| Binary | 10000000 | 10000101 | 10010010 | 1100 | 1001 | 0 | 101011 | 11011111 | 1000 | 110110 |
Color Harmonies of #808592
Complementary color
Monochromatic Colors of #808592
Black with #808592
Text Example
Text Example
White with #808592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808592; }
p { color: rgb(128,133,146); }
H1.HeaderClassName
{
color: #808592;
}
.AnyTagClassName
{
color: #808592;
}
</style>
background-color css
<style>
a { background-color: #808592; }
a { background-color: rgb(128,133,146); }
div.DivClassName
{
background-color: #808592;
}
.BgClassName
{
background-color: #808592;
}
</style>
border-color css
<style>
span { border-color: #808592; }
span { border-color: rgb(128,133,146); }
td.TdClassName
{
border-color: #808592;
}
.TagClassName
{
border-color: #808592;
}
</style>