Shades of Storm Grey #84868B
Tints of Storm Grey #84868B
RGB
CMYK
RGB Variations
Color information
#84868B (or 0x84868B) is known color: Storm Grey. HEX triplet: 84, 86 and 8B. RGB value is (132,134,139). Sum of RGB (Red+Green+Blue) = 132+134+139=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #84868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84868B is #7B7974. Grayscale: #858585. Windows color (decimal): -8092021 or 9143940. OLE color: 9143940.
HSL color Cylindrical-coordinate representation of color #84868B: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84868B is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 134 | 139 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.45 |
| HSL | 222.86º | 0.03% | 0.53% | - |
| HSV(B) | 222.86º | 0.05% | 0.55% | - |
| XYZ | 22.7 | 23.82 | 27.83 | - |
| YUV | 133.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 139 | 0.05 | 0.04 | 0 | 0.45 | 222.86 | 0.03 | 0.53 |
| Hex | 84 | 86 | 8B | 5 | 4 | 0 | 2D | DF | 3 | 35 |
| Octal | 204 | 206 | 213 | 5 | 4 | 0 | 55 | 337 | 3 | 65 |
| Binary | 10000100 | 10000110 | 10001011 | 101 | 100 | 0 | 101101 | 11011111 | 11 | 110101 |
Color Harmonies of #84868B
Complementary color
Monochromatic Colors of #84868B
Black with #84868B
Text Example
Text Example
White with #84868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84868B; }
p { color: rgb(132,134,139); }
H1.HeaderClassName
{
color: #84868B;
}
.AnyTagClassName
{
color: #84868B;
}
</style>
background-color css
<style>
a { background-color: #84868B; }
a { background-color: rgb(132,134,139); }
div.DivClassName
{
background-color: #84868B;
}
.BgClassName
{
background-color: #84868B;
}
</style>
border-color css
<style>
span { border-color: #84868B; }
span { border-color: rgb(132,134,139); }
td.TdClassName
{
border-color: #84868B;
}
.TagClassName
{
border-color: #84868B;
}
</style>