Shades of Light Slate Grey #818998
Tints of Light Slate Grey #818998
RGB
CMYK
RGB Variations
Color information
#818998 (or 0x818998) is known color: Light Slate Grey. HEX triplet: 81, 89 and 98. RGB value is (129,137,152). Sum of RGB (Red+Green+Blue) = 129+137+152=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #818998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818998 is #7E7667. Grayscale: #888888. Windows color (decimal): -8287848 or 9996673. OLE color: 9996673.
HSL color Cylindrical-coordinate representation of color #818998: hue angle of 219.13º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818998 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 137 | 152 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.40 |
| HSL | 219.13º | 0.1% | 0.55% | - |
| HSV(B) | 219.13º | 0.15% | 0.6% | - |
| XYZ | 23.67 | 24.83 | 33.25 | - |
| YUV | 136.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 152 | 0.15 | 0.10 | 0 | 0.40 | 219.13 | 0.1 | 0.55 |
| Hex | 81 | 89 | 98 | F | A | 0 | 28 | DB | A | 37 |
| Octal | 201 | 211 | 230 | 17 | 12 | 0 | 50 | 333 | 12 | 67 |
| Binary | 10000001 | 10001001 | 10011000 | 1111 | 1010 | 0 | 101000 | 11011011 | 1010 | 110111 |
Color Harmonies of #818998
Complementary color
Monochromatic Colors of #818998
Black with #818998
Text Example
Text Example
White with #818998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818998; }
p { color: rgb(129,137,152); }
H1.HeaderClassName
{
color: #818998;
}
.AnyTagClassName
{
color: #818998;
}
</style>
background-color css
<style>
a { background-color: #818998; }
a { background-color: rgb(129,137,152); }
div.DivClassName
{
background-color: #818998;
}
.BgClassName
{
background-color: #818998;
}
</style>
border-color css
<style>
span { border-color: #818998; }
span { border-color: rgb(129,137,152); }
td.TdClassName
{
border-color: #818998;
}
.TagClassName
{
border-color: #818998;
}
</style>