Shades of Light Slate Grey #818A94
Tints of Light Slate Grey #818A94
RGB
CMYK
RGB Variations
Color information
#818A94 (or 0x818A94) is known color: Light Slate Grey. HEX triplet: 81, 8A and 94. RGB value is (129,138,148). Sum of RGB (Red+Green+Blue) = 129+138+148=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 148 - color contains mainly: blue. Hex color #818A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A94 is #7E756B. Grayscale: #888888. Windows color (decimal): -8287596 or 9734785. OLE color: 9734785.
HSL color Cylindrical-coordinate representation of color #818A94: hue angle of 211.58º 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 #818A94 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 138 | 148 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.42 |
| HSL | 211.58º | 0.08% | 0.54% | - |
| HSV(B) | 211.58º | 0.13% | 0.58% | - |
| XYZ | 23.49 | 24.98 | 31.6 | - |
| YUV | 136.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 148 | 0.13 | 0.07 | 0 | 0.42 | 211.58 | 0.08 | 0.54 |
| Hex | 81 | 8A | 94 | D | 7 | 0 | 2A | D4 | 8 | 36 |
| Octal | 201 | 212 | 224 | 15 | 7 | 0 | 52 | 324 | 10 | 66 |
| Binary | 10000001 | 10001010 | 10010100 | 1101 | 111 | 0 | 101010 | 11010100 | 1000 | 110110 |
Color Harmonies of #818A94
Complementary color
Monochromatic Colors of #818A94
Black with #818A94
Text Example
Text Example
White with #818A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A94; }
p { color: rgb(129,138,148); }
H1.HeaderClassName
{
color: #818A94;
}
.AnyTagClassName
{
color: #818A94;
}
</style>
background-color css
<style>
a { background-color: #818A94; }
a { background-color: rgb(129,138,148); }
div.DivClassName
{
background-color: #818A94;
}
.BgClassName
{
background-color: #818A94;
}
</style>
border-color css
<style>
span { border-color: #818A94; }
span { border-color: rgb(129,138,148); }
td.TdClassName
{
border-color: #818A94;
}
.TagClassName
{
border-color: #818A94;
}
</style>