Shades of Storm Grey #838486
Tints of Storm Grey #838486
RGB
CMYK
RGB Variations
Color information
#838486 (or 0x838486) is known color: Storm Grey. HEX triplet: 83, 84 and 86. RGB value is (131,132,134). Sum of RGB (Red+Green+Blue) = 131+132+134=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 134 - color contains mainly: blue. Hex color #838486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838486 is #7C7B79. Grayscale: #838383. Windows color (decimal): -8158074 or 8815747. OLE color: 8815747.
HSL color Cylindrical-coordinate representation of color #838486: hue angle of 220º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838486 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 132 | 134 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.47 |
| HSL | 220º | 0.01% | 0.52% | - |
| HSV(B) | 220º | 0.02% | 0.53% | - |
| XYZ | 21.91 | 23.05 | 25.85 | - |
| YUV | 131.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 134 | 0.02 | 0.01 | 0 | 0.47 | 220 | 0.01 | 0.52 |
| Hex | 83 | 84 | 86 | 2 | 1 | 0 | 2F | DC | 1 | 34 |
| Octal | 203 | 204 | 206 | 2 | 1 | 0 | 57 | 334 | 1 | 64 |
| Binary | 10000011 | 10000100 | 10000110 | 10 | 1 | 0 | 101111 | 11011100 | 1 | 110100 |
Color Harmonies of #838486
Complementary color
Monochromatic Colors of #838486
Black with #838486
Text Example
Text Example
White with #838486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838486; }
p { color: rgb(131,132,134); }
H1.HeaderClassName
{
color: #838486;
}
.AnyTagClassName
{
color: #838486;
}
</style>
background-color css
<style>
a { background-color: #838486; }
a { background-color: rgb(131,132,134); }
div.DivClassName
{
background-color: #838486;
}
.BgClassName
{
background-color: #838486;
}
</style>
border-color css
<style>
span { border-color: #838486; }
span { border-color: rgb(131,132,134); }
td.TdClassName
{
border-color: #838486;
}
.TagClassName
{
border-color: #838486;
}
</style>