Shades of Storm Grey #80818B
Tints of Storm Grey #80818B
RGB
CMYK
RGB Variations
Color information
#80818B (or 0x80818B) is known color: Storm Grey. HEX triplet: 80, 81 and 8B. RGB value is (128,129,139). Sum of RGB (Red+Green+Blue) = 128+129+139=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #80818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80818B is #7F7E74. Grayscale: #818181. Windows color (decimal): -8355445 or 9142656. OLE color: 9142656.
HSL color Cylindrical-coordinate representation of color #80818B: hue angle of 234.55º 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 #80818B is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 129 | 139 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.45 |
| HSL | 234.55º | 0.05% | 0.52% | - |
| HSV(B) | 234.55º | 0.08% | 0.55% | - |
| XYZ | 21.41 | 22.15 | 27.57 | - |
| YUV | 129.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 139 | 0.08 | 0.07 | 0 | 0.45 | 234.55 | 0.05 | 0.52 |
| Hex | 80 | 81 | 8B | 8 | 7 | 0 | 2D | EB | 5 | 34 |
| Octal | 200 | 201 | 213 | 10 | 7 | 0 | 55 | 353 | 5 | 64 |
| Binary | 10000000 | 10000001 | 10001011 | 1000 | 111 | 0 | 101101 | 11101011 | 101 | 110100 |
Color Harmonies of #80818B
Complementary color
Monochromatic Colors of #80818B
Black with #80818B
Text Example
Text Example
White with #80818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80818B; }
p { color: rgb(128,129,139); }
H1.HeaderClassName
{
color: #80818B;
}
.AnyTagClassName
{
color: #80818B;
}
</style>
background-color css
<style>
a { background-color: #80818B; }
a { background-color: rgb(128,129,139); }
div.DivClassName
{
background-color: #80818B;
}
.BgClassName
{
background-color: #80818B;
}
</style>
border-color css
<style>
span { border-color: #80818B; }
span { border-color: rgb(128,129,139); }
td.TdClassName
{
border-color: #80818B;
}
.TagClassName
{
border-color: #80818B;
}
</style>