Shades of Storm Grey #81838B
Tints of Storm Grey #81838B
RGB
CMYK
RGB Variations
Color information
#81838B (or 0x81838B) is known color: Storm Grey. HEX triplet: 81, 83 and 8B. RGB value is (129,131,139). Sum of RGB (Red+Green+Blue) = 129+131+139=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: blue. Hex color #81838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838B is #7E7C74. Grayscale: #838383. Windows color (decimal): -8289397 or 9143169. OLE color: 9143169.
HSL color Cylindrical-coordinate representation of color #81838B: hue angle of 228º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81838B is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 131 | 139 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.45 |
| HSL | 228º | 0.04% | 0.53% | - |
| HSV(B) | 228º | 0.07% | 0.55% | - |
| XYZ | 21.83 | 22.76 | 27.67 | - |
| YUV | 131.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 139 | 0.07 | 0.06 | 0 | 0.45 | 228 | 0.04 | 0.53 |
| Hex | 81 | 83 | 8B | 7 | 6 | 0 | 2D | E4 | 4 | 35 |
| Octal | 201 | 203 | 213 | 7 | 6 | 0 | 55 | 344 | 4 | 65 |
| Binary | 10000001 | 10000011 | 10001011 | 111 | 110 | 0 | 101101 | 11100100 | 100 | 110101 |
Color Harmonies of #81838B
Complementary color
Monochromatic Colors of #81838B
Black with #81838B
Text Example
Text Example
White with #81838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81838B; }
p { color: rgb(129,131,139); }
H1.HeaderClassName
{
color: #81838B;
}
.AnyTagClassName
{
color: #81838B;
}
</style>
background-color css
<style>
a { background-color: #81838B; }
a { background-color: rgb(129,131,139); }
div.DivClassName
{
background-color: #81838B;
}
.BgClassName
{
background-color: #81838B;
}
</style>
border-color css
<style>
span { border-color: #81838B; }
span { border-color: rgb(129,131,139); }
td.TdClassName
{
border-color: #81838B;
}
.TagClassName
{
border-color: #81838B;
}
</style>