Shades of Grey Suit #848293
Tints of Grey Suit #848293
RGB
CMYK
RGB Variations
Color information
#848293 (or 0x848293) is known color: Grey Suit. HEX triplet: 84, 82 and 93. RGB value is (132,130,147). Sum of RGB (Red+Green+Blue) = 132+130+147=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #848293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848293 is #7B7D6C. Grayscale: #848484. Windows color (decimal): -8093037 or 9667204. OLE color: 9667204.
HSL color Cylindrical-coordinate representation of color #848293: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848293 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 130 | 147 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.42 |
| HSL | 247.06º | 0.07% | 0.54% | - |
| HSV(B) | 247.06º | 0.12% | 0.58% | - |
| XYZ | 22.76 | 22.98 | 30.84 | - |
| YUV | 132.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 147 | 0.10 | 0.12 | 0 | 0.42 | 247.06 | 0.07 | 0.54 |
| Hex | 84 | 82 | 93 | A | C | 0 | 2A | F7 | 7 | 36 |
| Octal | 204 | 202 | 223 | 12 | 14 | 0 | 52 | 367 | 7 | 66 |
| Binary | 10000100 | 10000010 | 10010011 | 1010 | 1100 | 0 | 101010 | 11110111 | 111 | 110110 |
Color Harmonies of #848293
Complementary color
Monochromatic Colors of #848293
Black with #848293
Text Example
Text Example
White with #848293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848293; }
p { color: rgb(132,130,147); }
H1.HeaderClassName
{
color: #848293;
}
.AnyTagClassName
{
color: #848293;
}
</style>
background-color css
<style>
a { background-color: #848293; }
a { background-color: rgb(132,130,147); }
div.DivClassName
{
background-color: #848293;
}
.BgClassName
{
background-color: #848293;
}
</style>
border-color css
<style>
span { border-color: #848293; }
span { border-color: rgb(132,130,147); }
td.TdClassName
{
border-color: #848293;
}
.TagClassName
{
border-color: #848293;
}
</style>