Shades of Heathered Grey #938D84
Tints of Heathered Grey #938D84
RGB
CMYK
RGB Variations
Color information
#938D84 (or 0x938D84) is known color: Heathered Grey. HEX triplet: 93, 8D and 84. RGB value is (147,141,132). Sum of RGB (Red+Green+Blue) = 147+141+132=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #938D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D84 is #6C727B. Grayscale: #8D8D8D. Windows color (decimal): -7107196 or 8686995. OLE color: 8686995.
HSL color Cylindrical-coordinate representation of color #938D84: hue angle of 36º 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 #938D84 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 132 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.42 |
| HSL | 36º | 0.06% | 0.55% | - |
| HSV(B) | 36º | 0.1% | 0.58% | - |
| XYZ | 25.72 | 26.92 | 25.67 | - |
| YUV | 141.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 132 | 0 | 0.04 | 0.10 | 0.42 | 36 | 0.06 | 0.55 |
| Hex | 93 | 8D | 84 | 0 | 4 | A | 2A | 24 | 6 | 37 |
| Octal | 223 | 215 | 204 | 0 | 4 | 12 | 52 | 44 | 6 | 67 |
| Binary | 10010011 | 10001101 | 10000100 | 0 | 100 | 1010 | 101010 | 100100 | 110 | 110111 |
Color Harmonies of #938D84
Complementary color
Monochromatic Colors of #938D84
Black with #938D84
Text Example
Text Example
White with #938D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D84; }
p { color: rgb(147,141,132); }
H1.HeaderClassName
{
color: #938D84;
}
.AnyTagClassName
{
color: #938D84;
}
</style>
background-color css
<style>
a { background-color: #938D84; }
a { background-color: rgb(147,141,132); }
div.DivClassName
{
background-color: #938D84;
}
.BgClassName
{
background-color: #938D84;
}
</style>
border-color css
<style>
span { border-color: #938D84; }
span { border-color: rgb(147,141,132); }
td.TdClassName
{
border-color: #938D84;
}
.TagClassName
{
border-color: #938D84;
}
</style>