Shades of Heathered Grey #93918D
Tints of Heathered Grey #93918D
RGB
CMYK
RGB Variations
Color information
#93918D (or 0x93918D) is known color: Heathered Grey. HEX triplet: 93, 91 and 8D. RGB value is (147,145,141). Sum of RGB (Red+Green+Blue) = 147+145+141=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 147 - color contains mainly: red. Hex color #93918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93918D is #6C6E72. Grayscale: #919191. Windows color (decimal): -7106163 or 9277843. OLE color: 9277843.
HSL color Cylindrical-coordinate representation of color #93918D: hue angle of 40º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #93918D is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 141 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.42 |
| HSL | 40º | 0.03% | 0.56% | - |
| HSV(B) | 40º | 0.04% | 0.58% | - |
| XYZ | 26.97 | 28.38 | 29.26 | - |
| YUV | 145.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 141 | 0 | 0.01 | 0.04 | 0.42 | 40 | 0.03 | 0.56 |
| Hex | 93 | 91 | 8D | 0 | 1 | 4 | 2A | 28 | 3 | 38 |
| Octal | 223 | 221 | 215 | 0 | 1 | 4 | 52 | 50 | 3 | 70 |
| Binary | 10010011 | 10010001 | 10001101 | 0 | 1 | 100 | 101010 | 101000 | 11 | 111000 |
Color Harmonies of #93918D
Complementary color
Monochromatic Colors of #93918D
Black with #93918D
Text Example
Text Example
White with #93918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93918D; }
p { color: rgb(147,145,141); }
H1.HeaderClassName
{
color: #93918D;
}
.AnyTagClassName
{
color: #93918D;
}
</style>
background-color css
<style>
a { background-color: #93918D; }
a { background-color: rgb(147,145,141); }
div.DivClassName
{
background-color: #93918D;
}
.BgClassName
{
background-color: #93918D;
}
</style>
border-color css
<style>
span { border-color: #93918D; }
span { border-color: rgb(147,145,141); }
td.TdClassName
{
border-color: #93918D;
}
.TagClassName
{
border-color: #93918D;
}
</style>