Shades of Heathered Grey #938A7E
Tints of Heathered Grey #938A7E
RGB
CMYK
RGB Variations
Color information
#938A7E (or 0x938A7E) is known color: Heathered Grey. HEX triplet: 93, 8A and 7E. RGB value is (147,138,126). Sum of RGB (Red+Green+Blue) = 147+138+126=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #938A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A7E is #6C7581. Grayscale: #8B8B8B. Windows color (decimal): -7107970 or 8293011. OLE color: 8293011.
HSL color Cylindrical-coordinate representation of color #938A7E: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938A7E is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 126 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.42 |
| HSL | 34.29º | 0.09% | 0.54% | - |
| HSV(B) | 34.29º | 0.14% | 0.58% | - |
| XYZ | 24.89 | 25.89 | 23.42 | - |
| YUV | 139.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 126 | 0 | 0.06 | 0.14 | 0.42 | 34.29 | 0.09 | 0.54 |
| Hex | 93 | 8A | 7E | 0 | 6 | E | 2A | 22 | 9 | 36 |
| Octal | 223 | 212 | 176 | 0 | 6 | 16 | 52 | 42 | 11 | 66 |
| Binary | 10010011 | 10001010 | 1111110 | 0 | 110 | 1110 | 101010 | 100010 | 1001 | 110110 |
Color Harmonies of #938A7E
Complementary color
Monochromatic Colors of #938A7E
Black with #938A7E
Text Example
Text Example
White with #938A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A7E; }
p { color: rgb(147,138,126); }
H1.HeaderClassName
{
color: #938A7E;
}
.AnyTagClassName
{
color: #938A7E;
}
</style>
background-color css
<style>
a { background-color: #938A7E; }
a { background-color: rgb(147,138,126); }
div.DivClassName
{
background-color: #938A7E;
}
.BgClassName
{
background-color: #938A7E;
}
</style>
border-color css
<style>
span { border-color: #938A7E; }
span { border-color: rgb(147,138,126); }
td.TdClassName
{
border-color: #938A7E;
}
.TagClassName
{
border-color: #938A7E;
}
</style>