Shades of Storm Grey #80848B
Tints of Storm Grey #80848B
RGB
CMYK
RGB Variations
Color information
#80848B (or 0x80848B) is known color: Storm Grey. HEX triplet: 80, 84 and 8B. RGB value is (128,132,139). Sum of RGB (Red+Green+Blue) = 128+132+139=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 132 (51.95% from 255 or 33.08% 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 #80848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80848B is #7F7B74. Grayscale: #838383. Windows color (decimal): -8354677 or 9143424. OLE color: 9143424.
HSL color Cylindrical-coordinate representation of color #80848B: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80848B is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 132 | 139 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.45 |
| HSL | 218.18º | 0.05% | 0.52% | - |
| HSV(B) | 218.18º | 0.08% | 0.55% | - |
| XYZ | 21.81 | 22.96 | 27.71 | - |
| YUV | 131.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 139 | 0.08 | 0.05 | 0 | 0.45 | 218.18 | 0.05 | 0.52 |
| Hex | 80 | 84 | 8B | 8 | 5 | 0 | 2D | DA | 5 | 34 |
| Octal | 200 | 204 | 213 | 10 | 5 | 0 | 55 | 332 | 5 | 64 |
| Binary | 10000000 | 10000100 | 10001011 | 1000 | 101 | 0 | 101101 | 11011010 | 101 | 110100 |
Color Harmonies of #80848B
Complementary color
Monochromatic Colors of #80848B
Black with #80848B
Text Example
Text Example
White with #80848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80848B; }
p { color: rgb(128,132,139); }
H1.HeaderClassName
{
color: #80848B;
}
.AnyTagClassName
{
color: #80848B;
}
</style>
background-color css
<style>
a { background-color: #80848B; }
a { background-color: rgb(128,132,139); }
div.DivClassName
{
background-color: #80848B;
}
.BgClassName
{
background-color: #80848B;
}
</style>
border-color css
<style>
span { border-color: #80848B; }
span { border-color: rgb(128,132,139); }
td.TdClassName
{
border-color: #80848B;
}
.TagClassName
{
border-color: #80848B;
}
</style>