Shades of Grey Suit #848393
Tints of Grey Suit #848393
RGB
CMYK
RGB Variations
Color information
#848393 (or 0x848393) is known color: Grey Suit. HEX triplet: 84, 83 and 93. RGB value is (132,131,147). Sum of RGB (Red+Green+Blue) = 132+131+147=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #848393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848393 is #7B7C6C. Grayscale: #858585. Windows color (decimal): -8092781 or 9667460. OLE color: 9667460.
HSL color Cylindrical-coordinate representation of color #848393: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #848393 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 131 | 147 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.42 |
| HSL | 243.75º | 0.07% | 0.55% | - |
| HSV(B) | 243.75º | 0.11% | 0.58% | - |
| XYZ | 22.9 | 23.24 | 30.88 | - |
| YUV | 133.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 147 | 0.10 | 0.11 | 0 | 0.42 | 243.75 | 0.07 | 0.55 |
| Hex | 84 | 83 | 93 | A | B | 0 | 2A | F4 | 7 | 37 |
| Octal | 204 | 203 | 223 | 12 | 13 | 0 | 52 | 364 | 7 | 67 |
| Binary | 10000100 | 10000011 | 10010011 | 1010 | 1011 | 0 | 101010 | 11110100 | 111 | 110111 |
Color Harmonies of #848393
Complementary color
Monochromatic Colors of #848393
Black with #848393
Text Example
Text Example
White with #848393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848393; }
p { color: rgb(132,131,147); }
H1.HeaderClassName
{
color: #848393;
}
.AnyTagClassName
{
color: #848393;
}
</style>
background-color css
<style>
a { background-color: #848393; }
a { background-color: rgb(132,131,147); }
div.DivClassName
{
background-color: #848393;
}
.BgClassName
{
background-color: #848393;
}
</style>
border-color css
<style>
span { border-color: #848393; }
span { border-color: rgb(132,131,147); }
td.TdClassName
{
border-color: #848393;
}
.TagClassName
{
border-color: #848393;
}
</style>