Shades of Storm Grey #80818C
Tints of Storm Grey #80818C
RGB
CMYK
RGB Variations
Color information
#80818C (or 0x80818C) is known color: Storm Grey. HEX triplet: 80, 81 and 8C. RGB value is (128,129,140). Sum of RGB (Red+Green+Blue) = 128+129+140=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 140 - color contains mainly: blue. Hex color #80818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80818C is #7F7E73. Grayscale: #818181. Windows color (decimal): -8355444 or 9208192. OLE color: 9208192.
HSL color Cylindrical-coordinate representation of color #80818C: hue angle of 235º 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 #80818C is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 129 | 140 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.45 |
| HSL | 235º | 0.05% | 0.53% | - |
| HSV(B) | 235º | 0.09% | 0.55% | - |
| XYZ | 21.49 | 22.18 | 27.96 | - |
| YUV | 129.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 140 | 0.09 | 0.08 | 0 | 0.45 | 235 | 0.05 | 0.53 |
| Hex | 80 | 81 | 8C | 9 | 8 | 0 | 2D | EB | 5 | 35 |
| Octal | 200 | 201 | 214 | 11 | 10 | 0 | 55 | 353 | 5 | 65 |
| Binary | 10000000 | 10000001 | 10001100 | 1001 | 1000 | 0 | 101101 | 11101011 | 101 | 110101 |
Color Harmonies of #80818C
Complementary color
Monochromatic Colors of #80818C
Black with #80818C
Text Example
Text Example
White with #80818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80818C; }
p { color: rgb(128,129,140); }
H1.HeaderClassName
{
color: #80818C;
}
.AnyTagClassName
{
color: #80818C;
}
</style>
background-color css
<style>
a { background-color: #80818C; }
a { background-color: rgb(128,129,140); }
div.DivClassName
{
background-color: #80818C;
}
.BgClassName
{
background-color: #80818C;
}
</style>
border-color css
<style>
span { border-color: #80818C; }
span { border-color: rgb(128,129,140); }
td.TdClassName
{
border-color: #80818C;
}
.TagClassName
{
border-color: #80818C;
}
</style>