Shades of Grey Suit #848395
Tints of Grey Suit #848395
RGB
CMYK
RGB Variations
Color information
#848395 (or 0x848395) is known color: Grey Suit. HEX triplet: 84, 83 and 95. RGB value is (132,131,149). Sum of RGB (Red+Green+Blue) = 132+131+149=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #848395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848395 is #7B7C6A. Grayscale: #858585. Windows color (decimal): -8092779 or 9798532. OLE color: 9798532.
HSL color Cylindrical-coordinate representation of color #848395: hue angle of 243.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848395 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 131 | 149 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.42 |
| HSL | 243.33º | 0.08% | 0.55% | - |
| HSV(B) | 243.33º | 0.12% | 0.58% | - |
| XYZ | 23.06 | 23.31 | 31.72 | - |
| YUV | 133.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 149 | 0.11 | 0.12 | 0 | 0.42 | 243.33 | 0.08 | 0.55 |
| Hex | 84 | 83 | 95 | B | C | 0 | 2A | F3 | 8 | 37 |
| Octal | 204 | 203 | 225 | 13 | 14 | 0 | 52 | 363 | 10 | 67 |
| Binary | 10000100 | 10000011 | 10010101 | 1011 | 1100 | 0 | 101010 | 11110011 | 1000 | 110111 |
Color Harmonies of #848395
Complementary color
Monochromatic Colors of #848395
Black with #848395
Text Example
Text Example
White with #848395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848395; }
p { color: rgb(132,131,149); }
H1.HeaderClassName
{
color: #848395;
}
.AnyTagClassName
{
color: #848395;
}
</style>
background-color css
<style>
a { background-color: #848395; }
a { background-color: rgb(132,131,149); }
div.DivClassName
{
background-color: #848395;
}
.BgClassName
{
background-color: #848395;
}
</style>
border-color css
<style>
span { border-color: #848395; }
span { border-color: rgb(132,131,149); }
td.TdClassName
{
border-color: #848395;
}
.TagClassName
{
border-color: #848395;
}
</style>