Shades of Storm Grey #80838A
Tints of Storm Grey #80838A
RGB
CMYK
RGB Variations
Color information
#80838A (or 0x80838A) is known color: Storm Grey. HEX triplet: 80, 83 and 8A. RGB value is (128,131,138). Sum of RGB (Red+Green+Blue) = 128+131+138=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 138 - color contains mainly: blue. Hex color #80838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80838A is #7F7C75. Grayscale: #828282. Windows color (decimal): -8354934 or 9077632. OLE color: 9077632.
HSL color Cylindrical-coordinate representation of color #80838A: hue angle of 222º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80838A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 131 | 138 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.46 |
| HSL | 222º | 0.04% | 0.52% | - |
| HSV(B) | 222º | 0.07% | 0.54% | - |
| XYZ | 21.61 | 22.66 | 27.28 | - |
| YUV | 130.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 138 | 0.07 | 0.05 | 0 | 0.46 | 222 | 0.04 | 0.52 |
| Hex | 80 | 83 | 8A | 7 | 5 | 0 | 2E | DE | 4 | 34 |
| Octal | 200 | 203 | 212 | 7 | 5 | 0 | 56 | 336 | 4 | 64 |
| Binary | 10000000 | 10000011 | 10001010 | 111 | 101 | 0 | 101110 | 11011110 | 100 | 110100 |
Color Harmonies of #80838A
Complementary color
Monochromatic Colors of #80838A
Black with #80838A
Text Example
Text Example
White with #80838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80838A; }
p { color: rgb(128,131,138); }
H1.HeaderClassName
{
color: #80838A;
}
.AnyTagClassName
{
color: #80838A;
}
</style>
background-color css
<style>
a { background-color: #80838A; }
a { background-color: rgb(128,131,138); }
div.DivClassName
{
background-color: #80838A;
}
.BgClassName
{
background-color: #80838A;
}
</style>
border-color css
<style>
span { border-color: #80838A; }
span { border-color: rgb(128,131,138); }
td.TdClassName
{
border-color: #80838A;
}
.TagClassName
{
border-color: #80838A;
}
</style>