Shades of Grey Suit #848297
Tints of Grey Suit #848297
RGB
CMYK
RGB Variations
Color information
#848297 (or 0x848297) is known color: Grey Suit. HEX triplet: 84, 82 and 97. RGB value is (132,130,151). Sum of RGB (Red+Green+Blue) = 132+130+151=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #848297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848297 is #7B7D68. Grayscale: #848484. Windows color (decimal): -8093033 or 9929348. OLE color: 9929348.
HSL color Cylindrical-coordinate representation of color #848297: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848297 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 130 | 151 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.41 |
| HSL | 245.71º | 0.09% | 0.55% | - |
| HSV(B) | 245.71º | 0.14% | 0.59% | - |
| XYZ | 23.08 | 23.11 | 32.52 | - |
| YUV | 132.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 151 | 0.13 | 0.14 | 0 | 0.41 | 245.71 | 0.09 | 0.55 |
| Hex | 84 | 82 | 97 | D | E | 0 | 29 | F6 | 9 | 37 |
| Octal | 204 | 202 | 227 | 15 | 16 | 0 | 51 | 366 | 11 | 67 |
| Binary | 10000100 | 10000010 | 10010111 | 1101 | 1110 | 0 | 101001 | 11110110 | 1001 | 110111 |
Color Harmonies of #848297
Complementary color
Monochromatic Colors of #848297
Black with #848297
Text Example
Text Example
White with #848297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848297; }
p { color: rgb(132,130,151); }
H1.HeaderClassName
{
color: #848297;
}
.AnyTagClassName
{
color: #848297;
}
</style>
background-color css
<style>
a { background-color: #848297; }
a { background-color: rgb(132,130,151); }
div.DivClassName
{
background-color: #848297;
}
.BgClassName
{
background-color: #848297;
}
</style>
border-color css
<style>
span { border-color: #848297; }
span { border-color: rgb(132,130,151); }
td.TdClassName
{
border-color: #848297;
}
.TagClassName
{
border-color: #848297;
}
</style>