Shades of Heathered Grey #938C85
Tints of Heathered Grey #938C85
RGB
CMYK
RGB Variations
Color information
#938C85 (or 0x938C85) is known color: Heathered Grey. HEX triplet: 93, 8C and 85. RGB value is (147,140,133). Sum of RGB (Red+Green+Blue) = 147+140+133=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #938C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C85 is #6C737A. Grayscale: #8D8D8D. Windows color (decimal): -7107451 or 8752275. OLE color: 8752275.
HSL color Cylindrical-coordinate representation of color #938C85: hue angle of 30º 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 #938C85 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 133 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.42 |
| HSL | 30º | 0.06% | 0.55% | - |
| HSV(B) | 30º | 0.1% | 0.58% | - |
| XYZ | 25.64 | 26.65 | 25.98 | - |
| YUV | 141.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 133 | 0 | 0.05 | 0.10 | 0.42 | 30 | 0.06 | 0.55 |
| Hex | 93 | 8C | 85 | 0 | 5 | A | 2A | 1E | 6 | 37 |
| Octal | 223 | 214 | 205 | 0 | 5 | 12 | 52 | 36 | 6 | 67 |
| Binary | 10010011 | 10001100 | 10000101 | 0 | 101 | 1010 | 101010 | 11110 | 110 | 110111 |
Color Harmonies of #938C85
Complementary color
Monochromatic Colors of #938C85
Black with #938C85
Text Example
Text Example
White with #938C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C85; }
p { color: rgb(147,140,133); }
H1.HeaderClassName
{
color: #938C85;
}
.AnyTagClassName
{
color: #938C85;
}
</style>
background-color css
<style>
a { background-color: #938C85; }
a { background-color: rgb(147,140,133); }
div.DivClassName
{
background-color: #938C85;
}
.BgClassName
{
background-color: #938C85;
}
</style>
border-color css
<style>
span { border-color: #938C85; }
span { border-color: rgb(147,140,133); }
td.TdClassName
{
border-color: #938C85;
}
.TagClassName
{
border-color: #938C85;
}
</style>