Shades of Light Slate Grey #818C98
Tints of Light Slate Grey #818C98
RGB
CMYK
RGB Variations
Color information
#818C98 (or 0x818C98) is known color: Light Slate Grey. HEX triplet: 81, 8C and 98. RGB value is (129,140,152). Sum of RGB (Red+Green+Blue) = 129+140+152=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #818C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C98 is #7E7367. Grayscale: #8A8A8A. Windows color (decimal): -8287080 or 9997441. OLE color: 9997441.
HSL color Cylindrical-coordinate representation of color #818C98: hue angle of 211.3º 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 #818C98 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 140 | 152 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.40 |
| HSL | 211.3º | 0.1% | 0.55% | - |
| HSV(B) | 211.3º | 0.15% | 0.6% | - |
| XYZ | 24.1 | 25.69 | 33.39 | - |
| YUV | 138.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 152 | 0.15 | 0.08 | 0 | 0.40 | 211.3 | 0.1 | 0.55 |
| Hex | 81 | 8C | 98 | F | 8 | 0 | 28 | D3 | A | 37 |
| Octal | 201 | 214 | 230 | 17 | 10 | 0 | 50 | 323 | 12 | 67 |
| Binary | 10000001 | 10001100 | 10011000 | 1111 | 1000 | 0 | 101000 | 11010011 | 1010 | 110111 |
Color Harmonies of #818C98
Complementary color
Monochromatic Colors of #818C98
Black with #818C98
Text Example
Text Example
White with #818C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C98; }
p { color: rgb(129,140,152); }
H1.HeaderClassName
{
color: #818C98;
}
.AnyTagClassName
{
color: #818C98;
}
</style>
background-color css
<style>
a { background-color: #818C98; }
a { background-color: rgb(129,140,152); }
div.DivClassName
{
background-color: #818C98;
}
.BgClassName
{
background-color: #818C98;
}
</style>
border-color css
<style>
span { border-color: #818C98; }
span { border-color: rgb(129,140,152); }
td.TdClassName
{
border-color: #818C98;
}
.TagClassName
{
border-color: #818C98;
}
</style>