Shades of Storm Grey #81838C
Tints of Storm Grey #81838C
RGB
CMYK
RGB Variations
Color information
#81838C (or 0x81838C) is known color: Storm Grey. HEX triplet: 81, 83 and 8C. RGB value is (129,131,140). Sum of RGB (Red+Green+Blue) = 129+131+140=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: blue. Hex color #81838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838C is #7E7C73. Grayscale: #838383. Windows color (decimal): -8289396 or 9208705. OLE color: 9208705.
HSL color Cylindrical-coordinate representation of color #81838C: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81838C is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 131 | 140 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.45 |
| HSL | 229.09º | 0.05% | 0.53% | - |
| HSV(B) | 229.09º | 0.08% | 0.55% | - |
| XYZ | 21.9 | 22.79 | 28.06 | - |
| YUV | 131.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 140 | 0.08 | 0.06 | 0 | 0.45 | 229.09 | 0.05 | 0.53 |
| Hex | 81 | 83 | 8C | 8 | 6 | 0 | 2D | E5 | 5 | 35 |
| Octal | 201 | 203 | 214 | 10 | 6 | 0 | 55 | 345 | 5 | 65 |
| Binary | 10000001 | 10000011 | 10001100 | 1000 | 110 | 0 | 101101 | 11100101 | 101 | 110101 |
Color Harmonies of #81838C
Complementary color
Monochromatic Colors of #81838C
Black with #81838C
Text Example
Text Example
White with #81838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81838C; }
p { color: rgb(129,131,140); }
H1.HeaderClassName
{
color: #81838C;
}
.AnyTagClassName
{
color: #81838C;
}
</style>
background-color css
<style>
a { background-color: #81838C; }
a { background-color: rgb(129,131,140); }
div.DivClassName
{
background-color: #81838C;
}
.BgClassName
{
background-color: #81838C;
}
</style>
border-color css
<style>
span { border-color: #81838C; }
span { border-color: rgb(129,131,140); }
td.TdClassName
{
border-color: #81838C;
}
.TagClassName
{
border-color: #81838C;
}
</style>