Shades of Heathered Grey #938F83
Tints of Heathered Grey #938F83
RGB
CMYK
RGB Variations
Color information
#938F83 (or 0x938F83) is known color: Heathered Grey. HEX triplet: 93, 8F and 83. RGB value is (147,143,131). Sum of RGB (Red+Green+Blue) = 147+143+131=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F83 is #6C707C. Grayscale: #8E8E8E. Windows color (decimal): -7106685 or 8621971. OLE color: 8621971.
HSL color Cylindrical-coordinate representation of color #938F83: hue angle of 45º 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 #938F83 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 131 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.42 |
| HSL | 45º | 0.07% | 0.55% | - |
| HSV(B) | 45º | 0.11% | 0.58% | - |
| XYZ | 25.95 | 27.49 | 25.41 | - |
| YUV | 142.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 131 | 0 | 0.03 | 0.11 | 0.42 | 45 | 0.07 | 0.55 |
| Hex | 93 | 8F | 83 | 0 | 3 | B | 2A | 2D | 7 | 37 |
| Octal | 223 | 217 | 203 | 0 | 3 | 13 | 52 | 55 | 7 | 67 |
| Binary | 10010011 | 10001111 | 10000011 | 0 | 11 | 1011 | 101010 | 101101 | 111 | 110111 |
Color Harmonies of #938F83
Complementary color
Monochromatic Colors of #938F83
Black with #938F83
Text Example
Text Example
White with #938F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F83; }
p { color: rgb(147,143,131); }
H1.HeaderClassName
{
color: #938F83;
}
.AnyTagClassName
{
color: #938F83;
}
</style>
background-color css
<style>
a { background-color: #938F83; }
a { background-color: rgb(147,143,131); }
div.DivClassName
{
background-color: #938F83;
}
.BgClassName
{
background-color: #938F83;
}
</style>
border-color css
<style>
span { border-color: #938F83; }
span { border-color: rgb(147,143,131); }
td.TdClassName
{
border-color: #938F83;
}
.TagClassName
{
border-color: #938F83;
}
</style>