Shades of Storm Grey #818188
Tints of Storm Grey #818188
RGB
CMYK
RGB Variations
Color information
#818188 (or 0x818188) is known color: Storm Grey. HEX triplet: 81, 81 and 88. RGB value is (129,129,136). Sum of RGB (Red+Green+Blue) = 129+129+136=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 136 - color contains mainly: blue. Hex color #818188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818188 is #7E7E77. Grayscale: #818181. Windows color (decimal): -8289912 or 8946049. OLE color: 8946049.
HSL color Cylindrical-coordinate representation of color #818188: hue angle of 240º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #818188 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 129 | 136 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.47 |
| HSL | 240º | 0.03% | 0.52% | - |
| HSV(B) | 240º | 0.05% | 0.53% | - |
| XYZ | 21.35 | 22.15 | 26.44 | - |
| YUV | 129.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 136 | 0.05 | 0.05 | 0 | 0.47 | 240 | 0.03 | 0.52 |
| Hex | 81 | 81 | 88 | 5 | 5 | 0 | 2F | F0 | 3 | 34 |
| Octal | 201 | 201 | 210 | 5 | 5 | 0 | 57 | 360 | 3 | 64 |
| Binary | 10000001 | 10000001 | 10001000 | 101 | 101 | 0 | 101111 | 11110000 | 11 | 110100 |
Color Harmonies of #818188
Complementary color
Monochromatic Colors of #818188
Black with #818188
Text Example
Text Example
White with #818188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818188; }
p { color: rgb(129,129,136); }
H1.HeaderClassName
{
color: #818188;
}
.AnyTagClassName
{
color: #818188;
}
</style>
background-color css
<style>
a { background-color: #818188; }
a { background-color: rgb(129,129,136); }
div.DivClassName
{
background-color: #818188;
}
.BgClassName
{
background-color: #818188;
}
</style>
border-color css
<style>
span { border-color: #818188; }
span { border-color: rgb(129,129,136); }
td.TdClassName
{
border-color: #818188;
}
.TagClassName
{
border-color: #818188;
}
</style>