Shades of Heathered Grey #938C83
Tints of Heathered Grey #938C83
RGB
CMYK
RGB Variations
Color information
#938C83 (or 0x938C83) is known color: Heathered Grey. HEX triplet: 93, 8C and 83. RGB value is (147,140,131). Sum of RGB (Red+Green+Blue) = 147+140+131=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #938C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C83 is #6C737C. Grayscale: #8D8D8D. Windows color (decimal): -7107453 or 8621203. OLE color: 8621203.
HSL color Cylindrical-coordinate representation of color #938C83: hue angle of 33.75º 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 #938C83 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 131 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.42 |
| HSL | 33.75º | 0.07% | 0.55% | - |
| HSV(B) | 33.75º | 0.11% | 0.58% | - |
| XYZ | 25.51 | 26.6 | 25.26 | - |
| YUV | 141.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 131 | 0 | 0.05 | 0.11 | 0.42 | 33.75 | 0.07 | 0.55 |
| Hex | 93 | 8C | 83 | 0 | 5 | B | 2A | 22 | 7 | 37 |
| Octal | 223 | 214 | 203 | 0 | 5 | 13 | 52 | 42 | 7 | 67 |
| Binary | 10010011 | 10001100 | 10000011 | 0 | 101 | 1011 | 101010 | 100010 | 111 | 110111 |
Color Harmonies of #938C83
Complementary color
Monochromatic Colors of #938C83
Black with #938C83
Text Example
Text Example
White with #938C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C83; }
p { color: rgb(147,140,131); }
H1.HeaderClassName
{
color: #938C83;
}
.AnyTagClassName
{
color: #938C83;
}
</style>
background-color css
<style>
a { background-color: #938C83; }
a { background-color: rgb(147,140,131); }
div.DivClassName
{
background-color: #938C83;
}
.BgClassName
{
background-color: #938C83;
}
</style>
border-color css
<style>
span { border-color: #938C83; }
span { border-color: rgb(147,140,131); }
td.TdClassName
{
border-color: #938C83;
}
.TagClassName
{
border-color: #938C83;
}
</style>