Shades of Light Slate Grey #818894
Tints of Light Slate Grey #818894
RGB
CMYK
RGB Variations
Color information
#818894 (or 0x818894) is known color: Light Slate Grey. HEX triplet: 81, 88 and 94. RGB value is (129,136,148). Sum of RGB (Red+Green+Blue) = 129+136+148=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #818894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818894 is #7E776B. Grayscale: #878787. Windows color (decimal): -8288108 or 9734273. OLE color: 9734273.
HSL color Cylindrical-coordinate representation of color #818894: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818894 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 136 | 148 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.42 |
| HSL | 217.89º | 0.08% | 0.54% | - |
| HSV(B) | 217.89º | 0.13% | 0.58% | - |
| XYZ | 23.2 | 24.41 | 31.51 | - |
| YUV | 135.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 148 | 0.13 | 0.08 | 0 | 0.42 | 217.89 | 0.08 | 0.54 |
| Hex | 81 | 88 | 94 | D | 8 | 0 | 2A | DA | 8 | 36 |
| Octal | 201 | 210 | 224 | 15 | 10 | 0 | 52 | 332 | 10 | 66 |
| Binary | 10000001 | 10001000 | 10010100 | 1101 | 1000 | 0 | 101010 | 11011010 | 1000 | 110110 |
Color Harmonies of #818894
Complementary color
Monochromatic Colors of #818894
Black with #818894
Text Example
Text Example
White with #818894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818894; }
p { color: rgb(129,136,148); }
H1.HeaderClassName
{
color: #818894;
}
.AnyTagClassName
{
color: #818894;
}
</style>
background-color css
<style>
a { background-color: #818894; }
a { background-color: rgb(129,136,148); }
div.DivClassName
{
background-color: #818894;
}
.BgClassName
{
background-color: #818894;
}
</style>
border-color css
<style>
span { border-color: #818894; }
span { border-color: rgb(129,136,148); }
td.TdClassName
{
border-color: #818894;
}
.TagClassName
{
border-color: #818894;
}
</style>