Shades of Heathered Grey #938E84
Tints of Heathered Grey #938E84
RGB
CMYK
RGB Variations
Color information
#938E84 (or 0x938E84) is known color: Heathered Grey. HEX triplet: 93, 8E and 84. RGB value is (147,142,132). Sum of RGB (Red+Green+Blue) = 147+142+132=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E84 is #6C717B. Grayscale: #8E8E8E. Windows color (decimal): -7106940 or 8687251. OLE color: 8687251.
HSL color Cylindrical-coordinate representation of color #938E84: hue angle of 40º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938E84 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 132 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.42 |
| HSL | 40º | 0.06% | 0.55% | - |
| HSV(B) | 40º | 0.1% | 0.58% | - |
| XYZ | 25.87 | 27.21 | 25.72 | - |
| YUV | 142.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 132 | 0 | 0.03 | 0.10 | 0.42 | 40 | 0.06 | 0.55 |
| Hex | 93 | 8E | 84 | 0 | 3 | A | 2A | 28 | 6 | 37 |
| Octal | 223 | 216 | 204 | 0 | 3 | 12 | 52 | 50 | 6 | 67 |
| Binary | 10010011 | 10001110 | 10000100 | 0 | 11 | 1010 | 101010 | 101000 | 110 | 110111 |
Color Harmonies of #938E84
Complementary color
Monochromatic Colors of #938E84
Black with #938E84
Text Example
Text Example
White with #938E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E84; }
p { color: rgb(147,142,132); }
H1.HeaderClassName
{
color: #938E84;
}
.AnyTagClassName
{
color: #938E84;
}
</style>
background-color css
<style>
a { background-color: #938E84; }
a { background-color: rgb(147,142,132); }
div.DivClassName
{
background-color: #938E84;
}
.BgClassName
{
background-color: #938E84;
}
</style>
border-color css
<style>
span { border-color: #938E84; }
span { border-color: rgb(147,142,132); }
td.TdClassName
{
border-color: #938E84;
}
.TagClassName
{
border-color: #938E84;
}
</style>