Shades of Light Slate Grey #808696
Tints of Light Slate Grey #808696
RGB
CMYK
RGB Variations
Color information
#808696 (or 0x808696) is known color: Light Slate Grey. HEX triplet: 80, 86 and 96. RGB value is (128,134,150). Sum of RGB (Red+Green+Blue) = 128+134+150=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #808696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808696 is #7F7969. Grayscale: #858585. Windows color (decimal): -8354154 or 9864832. OLE color: 9864832.
HSL color Cylindrical-coordinate representation of color #808696: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808696 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 134 | 150 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.41 |
| HSL | 223.64º | 0.09% | 0.55% | - |
| HSV(B) | 223.64º | 0.15% | 0.59% | - |
| XYZ | 22.93 | 23.84 | 32.25 | - |
| YUV | 134.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 150 | 0.15 | 0.11 | 0 | 0.41 | 223.64 | 0.09 | 0.55 |
| Hex | 80 | 86 | 96 | F | B | 0 | 29 | E0 | 9 | 37 |
| Octal | 200 | 206 | 226 | 17 | 13 | 0 | 51 | 340 | 11 | 67 |
| Binary | 10000000 | 10000110 | 10010110 | 1111 | 1011 | 0 | 101001 | 11100000 | 1001 | 110111 |
Color Harmonies of #808696
Complementary color
Monochromatic Colors of #808696
Black with #808696
Text Example
Text Example
White with #808696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808696; }
p { color: rgb(128,134,150); }
H1.HeaderClassName
{
color: #808696;
}
.AnyTagClassName
{
color: #808696;
}
</style>
background-color css
<style>
a { background-color: #808696; }
a { background-color: rgb(128,134,150); }
div.DivClassName
{
background-color: #808696;
}
.BgClassName
{
background-color: #808696;
}
</style>
border-color css
<style>
span { border-color: #808696; }
span { border-color: rgb(128,134,150); }
td.TdClassName
{
border-color: #808696;
}
.TagClassName
{
border-color: #808696;
}
</style>