Shades of Grey Suit #848399
Tints of Grey Suit #848399
RGB
CMYK
RGB Variations
Color information
#848399 (or 0x848399) is known color: Grey Suit. HEX triplet: 84, 83 and 99. RGB value is (132,131,153). Sum of RGB (Red+Green+Blue) = 132+131+153=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #848399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848399 is #7B7C66. Grayscale: #858585. Windows color (decimal): -8092775 or 10060676. OLE color: 10060676.
HSL color Cylindrical-coordinate representation of color #848399: hue angle of 242.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848399 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 131 | 153 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.4 |
| HSL | 242.73º | 0.1% | 0.56% | - |
| HSV(B) | 242.73º | 0.14% | 0.6% | - |
| XYZ | 23.38 | 23.44 | 33.43 | - |
| YUV | 133.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 153 | 0.14 | 0.14 | 0 | 0.4 | 242.73 | 0.1 | 0.56 |
| Hex | 84 | 83 | 99 | E | E | 0 | 28 | F3 | A | 38 |
| Octal | 204 | 203 | 231 | 16 | 16 | 0 | 50 | 363 | 12 | 70 |
| Binary | 10000100 | 10000011 | 10011001 | 1110 | 1110 | 0 | 101000 | 11110011 | 1010 | 111000 |
Color Harmonies of #848399
Complementary color
Monochromatic Colors of #848399
Black with #848399
Text Example
Text Example
White with #848399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848399; }
p { color: rgb(132,131,153); }
H1.HeaderClassName
{
color: #848399;
}
.AnyTagClassName
{
color: #848399;
}
</style>
background-color css
<style>
a { background-color: #848399; }
a { background-color: rgb(132,131,153); }
div.DivClassName
{
background-color: #848399;
}
.BgClassName
{
background-color: #848399;
}
</style>
border-color css
<style>
span { border-color: #848399; }
span { border-color: rgb(132,131,153); }
td.TdClassName
{
border-color: #848399;
}
.TagClassName
{
border-color: #848399;
}
</style>