Shades of Storm Grey #80848D
Tints of Storm Grey #80848D
RGB
CMYK
RGB Variations
Color information
#80848D (or 0x80848D) is known color: Storm Grey. HEX triplet: 80, 84 and 8D. RGB value is (128,132,141). Sum of RGB (Red+Green+Blue) = 128+132+141=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #80848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80848D is #7F7B72. Grayscale: #838383. Windows color (decimal): -8354675 or 9274496. OLE color: 9274496.
HSL color Cylindrical-coordinate representation of color #80848D: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80848D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 132 | 141 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.45 |
| HSL | 221.54º | 0.05% | 0.53% | - |
| HSV(B) | 221.54º | 0.09% | 0.55% | - |
| XYZ | 21.96 | 23.01 | 28.48 | - |
| YUV | 131.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 141 | 0.09 | 0.06 | 0 | 0.45 | 221.54 | 0.05 | 0.53 |
| Hex | 80 | 84 | 8D | 9 | 6 | 0 | 2D | DE | 5 | 35 |
| Octal | 200 | 204 | 215 | 11 | 6 | 0 | 55 | 336 | 5 | 65 |
| Binary | 10000000 | 10000100 | 10001101 | 1001 | 110 | 0 | 101101 | 11011110 | 101 | 110101 |
Color Harmonies of #80848D
Complementary color
Monochromatic Colors of #80848D
Black with #80848D
Text Example
Text Example
White with #80848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80848D; }
p { color: rgb(128,132,141); }
H1.HeaderClassName
{
color: #80848D;
}
.AnyTagClassName
{
color: #80848D;
}
</style>
background-color css
<style>
a { background-color: #80848D; }
a { background-color: rgb(128,132,141); }
div.DivClassName
{
background-color: #80848D;
}
.BgClassName
{
background-color: #80848D;
}
</style>
border-color css
<style>
span { border-color: #80848D; }
span { border-color: rgb(128,132,141); }
td.TdClassName
{
border-color: #80848D;
}
.TagClassName
{
border-color: #80848D;
}
</style>