Shades of Grey Suit #848194
Tints of Grey Suit #848194
RGB
CMYK
RGB Variations
Color information
#848194 (or 0x848194) is known color: Grey Suit. HEX triplet: 84, 81 and 94. RGB value is (132,129,148). Sum of RGB (Red+Green+Blue) = 132+129+148=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #848194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848194 is #7B7E6B. Grayscale: #838383. Windows color (decimal): -8093292 or 9732484. OLE color: 9732484.
HSL color Cylindrical-coordinate representation of color #848194: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #848194 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 129 | 148 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.42 |
| HSL | 249.47º | 0.08% | 0.54% | - |
| HSV(B) | 249.47º | 0.13% | 0.58% | - |
| XYZ | 22.71 | 22.74 | 31.21 | - |
| YUV | 132.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 148 | 0.11 | 0.13 | 0 | 0.42 | 249.47 | 0.08 | 0.54 |
| Hex | 84 | 81 | 94 | B | D | 0 | 2A | F9 | 8 | 36 |
| Octal | 204 | 201 | 224 | 13 | 15 | 0 | 52 | 371 | 10 | 66 |
| Binary | 10000100 | 10000001 | 10010100 | 1011 | 1101 | 0 | 101010 | 11111001 | 1000 | 110110 |
Color Harmonies of #848194
Complementary color
Monochromatic Colors of #848194
Black with #848194
Text Example
Text Example
White with #848194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848194; }
p { color: rgb(132,129,148); }
H1.HeaderClassName
{
color: #848194;
}
.AnyTagClassName
{
color: #848194;
}
</style>
background-color css
<style>
a { background-color: #848194; }
a { background-color: rgb(132,129,148); }
div.DivClassName
{
background-color: #848194;
}
.BgClassName
{
background-color: #848194;
}
</style>
border-color css
<style>
span { border-color: #848194; }
span { border-color: rgb(132,129,148); }
td.TdClassName
{
border-color: #848194;
}
.TagClassName
{
border-color: #848194;
}
</style>