Shades of Heathered Grey #938A80
Tints of Heathered Grey #938A80
RGB
CMYK
RGB Variations
Color information
#938A80 (or 0x938A80) is known color: Heathered Grey. HEX triplet: 93, 8A and 80. RGB value is (147,138,128). Sum of RGB (Red+Green+Blue) = 147+138+128=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A80 is #6C757F. Grayscale: #8B8B8B. Windows color (decimal): -7107968 or 8424083. OLE color: 8424083.
HSL color Cylindrical-coordinate representation of color #938A80: hue angle of 31.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938A80 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 128 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.42 |
| HSL | 31.58º | 0.08% | 0.54% | - |
| HSV(B) | 31.58º | 0.13% | 0.58% | - |
| XYZ | 25.02 | 25.94 | 24.11 | - |
| YUV | 139.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 128 | 0 | 0.06 | 0.13 | 0.42 | 31.58 | 0.08 | 0.54 |
| Hex | 93 | 8A | 80 | 0 | 6 | D | 2A | 20 | 8 | 36 |
| Octal | 223 | 212 | 200 | 0 | 6 | 15 | 52 | 40 | 10 | 66 |
| Binary | 10010011 | 10001010 | 10000000 | 0 | 110 | 1101 | 101010 | 100000 | 1000 | 110110 |
Color Harmonies of #938A80
Complementary color
Monochromatic Colors of #938A80
Black with #938A80
Text Example
Text Example
White with #938A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A80; }
p { color: rgb(147,138,128); }
H1.HeaderClassName
{
color: #938A80;
}
.AnyTagClassName
{
color: #938A80;
}
</style>
background-color css
<style>
a { background-color: #938A80; }
a { background-color: rgb(147,138,128); }
div.DivClassName
{
background-color: #938A80;
}
.BgClassName
{
background-color: #938A80;
}
</style>
border-color css
<style>
span { border-color: #938A80; }
span { border-color: rgb(147,138,128); }
td.TdClassName
{
border-color: #938A80;
}
.TagClassName
{
border-color: #938A80;
}
</style>