Shades of Storm Grey #818284
Tints of Storm Grey #818284
RGB
CMYK
RGB Variations
Color information
#818284 (or 0x818284) is known color: Storm Grey. HEX triplet: 81, 82 and 84. RGB value is (129,130,132). Sum of RGB (Red+Green+Blue) = 129+130+132=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 132 - color contains mainly: blue. Hex color #818284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818284 is #7E7D7B. Grayscale: #818181. Windows color (decimal): -8289660 or 8684161. OLE color: 8684161.
HSL color Cylindrical-coordinate representation of color #818284: hue angle of 220º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #818284 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 129 | 130 | 132 | - |
CMYK | 0.02 | 0.02 | 0 | 0.48 |
HSL | 220º | 0.01% | 0.51% | - |
HSV(B) | 220º | 0.02% | 0.52% | - |
XYZ | 21.2 | 22.3 | 25.02 | - |
YUV | 129.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 130 | 132 | 0.02 | 0.02 | 0 | 0.48 | 220 | 0.01 | 0.51 |
Hex | 81 | 82 | 84 | 2 | 2 | 0 | 30 | DC | 1 | 33 |
Octal | 201 | 202 | 204 | 2 | 2 | 0 | 60 | 334 | 1 | 63 |
Binary | 10000001 | 10000010 | 10000100 | 10 | 10 | 0 | 110000 | 11011100 | 1 | 110011 |
Color Harmonies of #818284
Complementary color
Monochromatic Colors of #818284
Black with #818284
Text Example
Text Example
White with #818284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818284; }
p { color: rgb(129,130,132); }
H1.HeaderClassName
{
color: #818284;
}
.AnyTagClassName
{
color: #818284;
}
</style>
background-color css
<style>
a { background-color: #818284; }
a { background-color: rgb(129,130,132); }
div.DivClassName
{
background-color: #818284;
}
.BgClassName
{
background-color: #818284;
}
</style>
border-color css
<style>
span { border-color: #818284; }
span { border-color: rgb(129,130,132); }
td.TdClassName
{
border-color: #818284;
}
.TagClassName
{
border-color: #818284;
}
</style>