Shades of Light Slate Grey #80899A
Tints of Light Slate Grey #80899A
RGB
CMYK
RGB Variations
Color information
#80899A (or 0x80899A) is known color: Light Slate Grey. HEX triplet: 80, 89 and 9A. RGB value is (128,137,154). Sum of RGB (Red+Green+Blue) = 128+137+154=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #80899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80899A is #7F7665. Grayscale: #888888. Windows color (decimal): -8353382 or 10127744. OLE color: 10127744.
HSL color Cylindrical-coordinate representation of color #80899A: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80899A is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 137 | 154 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.40 |
| HSL | 219.23º | 0.11% | 0.55% | - |
| HSV(B) | 219.23º | 0.17% | 0.6% | - |
| XYZ | 23.68 | 24.81 | 34.11 | - |
| YUV | 136.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 154 | 0.17 | 0.11 | 0 | 0.40 | 219.23 | 0.11 | 0.55 |
| Hex | 80 | 89 | 9A | 11 | B | 0 | 28 | DB | B | 37 |
| Octal | 200 | 211 | 232 | 21 | 13 | 0 | 50 | 333 | 13 | 67 |
| Binary | 10000000 | 10001001 | 10011010 | 10001 | 1011 | 0 | 101000 | 11011011 | 1011 | 110111 |
Color Harmonies of #80899A
Complementary color
Monochromatic Colors of #80899A
Black with #80899A
Text Example
Text Example
White with #80899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80899A; }
p { color: rgb(128,137,154); }
H1.HeaderClassName
{
color: #80899A;
}
.AnyTagClassName
{
color: #80899A;
}
</style>
background-color css
<style>
a { background-color: #80899A; }
a { background-color: rgb(128,137,154); }
div.DivClassName
{
background-color: #80899A;
}
.BgClassName
{
background-color: #80899A;
}
</style>
border-color css
<style>
span { border-color: #80899A; }
span { border-color: rgb(128,137,154); }
td.TdClassName
{
border-color: #80899A;
}
.TagClassName
{
border-color: #80899A;
}
</style>