Shades of Heathered Grey #938D83
Tints of Heathered Grey #938D83
RGB
CMYK
RGB Variations
Color information
#938D83 (or 0x938D83) is known color: Heathered Grey. HEX triplet: 93, 8D and 83. RGB value is (147,141,131). Sum of RGB (Red+Green+Blue) = 147+141+131=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #938D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D83 is #6C727C. Grayscale: #8D8D8D. Windows color (decimal): -7107197 or 8621459. OLE color: 8621459.
HSL color Cylindrical-coordinate representation of color #938D83: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938D83 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 131 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.42 |
| HSL | 37.5º | 0.07% | 0.55% | - |
| HSV(B) | 37.5º | 0.11% | 0.58% | - |
| XYZ | 25.65 | 26.89 | 25.31 | - |
| YUV | 141.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 131 | 0 | 0.04 | 0.11 | 0.42 | 37.5 | 0.07 | 0.55 |
| Hex | 93 | 8D | 83 | 0 | 4 | B | 2A | 26 | 7 | 37 |
| Octal | 223 | 215 | 203 | 0 | 4 | 13 | 52 | 46 | 7 | 67 |
| Binary | 10010011 | 10001101 | 10000011 | 0 | 100 | 1011 | 101010 | 100110 | 111 | 110111 |
Color Harmonies of #938D83
Complementary color
Monochromatic Colors of #938D83
Black with #938D83
Text Example
Text Example
White with #938D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D83; }
p { color: rgb(147,141,131); }
H1.HeaderClassName
{
color: #938D83;
}
.AnyTagClassName
{
color: #938D83;
}
</style>
background-color css
<style>
a { background-color: #938D83; }
a { background-color: rgb(147,141,131); }
div.DivClassName
{
background-color: #938D83;
}
.BgClassName
{
background-color: #938D83;
}
</style>
border-color css
<style>
span { border-color: #938D83; }
span { border-color: rgb(147,141,131); }
td.TdClassName
{
border-color: #938D83;
}
.TagClassName
{
border-color: #938D83;
}
</style>