Shades of Heathered Grey #938F87
Tints of Heathered Grey #938F87
RGB
CMYK
RGB Variations
Color information
#938F87 (or 0x938F87) is known color: Heathered Grey. HEX triplet: 93, 8F and 87. RGB value is (147,143,135). Sum of RGB (Red+Green+Blue) = 147+143+135=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 147 - color contains mainly: red. Hex color #938F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F87 is #6C7078. Grayscale: #8F8F8F. Windows color (decimal): -7106681 or 8884115. OLE color: 8884115.
HSL color Cylindrical-coordinate representation of color #938F87: hue angle of 40º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #938F87 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 135 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.42 |
| HSL | 40º | 0.05% | 0.55% | - |
| HSV(B) | 40º | 0.08% | 0.58% | - |
| XYZ | 26.23 | 27.6 | 26.87 | - |
| YUV | 143.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 135 | 0 | 0.03 | 0.08 | 0.42 | 40 | 0.05 | 0.55 |
| Hex | 93 | 8F | 87 | 0 | 3 | 8 | 2A | 28 | 5 | 37 |
| Octal | 223 | 217 | 207 | 0 | 3 | 10 | 52 | 50 | 5 | 67 |
| Binary | 10010011 | 10001111 | 10000111 | 0 | 11 | 1000 | 101010 | 101000 | 101 | 110111 |
Color Harmonies of #938F87
Complementary color
Monochromatic Colors of #938F87
Black with #938F87
Text Example
Text Example
White with #938F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F87; }
p { color: rgb(147,143,135); }
H1.HeaderClassName
{
color: #938F87;
}
.AnyTagClassName
{
color: #938F87;
}
</style>
background-color css
<style>
a { background-color: #938F87; }
a { background-color: rgb(147,143,135); }
div.DivClassName
{
background-color: #938F87;
}
.BgClassName
{
background-color: #938F87;
}
</style>
border-color css
<style>
span { border-color: #938F87; }
span { border-color: rgb(147,143,135); }
td.TdClassName
{
border-color: #938F87;
}
.TagClassName
{
border-color: #938F87;
}
</style>