Shades of Heathered Grey #938F8A
Tints of Heathered Grey #938F8A
RGB
CMYK
RGB Variations
Color information
#938F8A (or 0x938F8A) is known color: Heathered Grey. HEX triplet: 93, 8F and 8A. RGB value is (147,143,138). Sum of RGB (Red+Green+Blue) = 147+143+138=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 147 - color contains mainly: red. Hex color #938F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F8A is #6C7075. Grayscale: #8F8F8F. Windows color (decimal): -7106678 or 9080723. OLE color: 9080723.
HSL color Cylindrical-coordinate representation of color #938F8A: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #938F8A is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 138 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.42 |
| HSL | 33.33º | 0.04% | 0.56% | - |
| HSV(B) | 33.33º | 0.06% | 0.58% | - |
| XYZ | 26.44 | 27.68 | 27.99 | - |
| YUV | 143.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 138 | 0 | 0.03 | 0.06 | 0.42 | 33.33 | 0.04 | 0.56 |
| Hex | 93 | 8F | 8A | 0 | 3 | 6 | 2A | 21 | 4 | 38 |
| Octal | 223 | 217 | 212 | 0 | 3 | 6 | 52 | 41 | 4 | 70 |
| Binary | 10010011 | 10001111 | 10001010 | 0 | 11 | 110 | 101010 | 100001 | 100 | 111000 |
Color Harmonies of #938F8A
Complementary color
Monochromatic Colors of #938F8A
Black with #938F8A
Text Example
Text Example
White with #938F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F8A; }
p { color: rgb(147,143,138); }
H1.HeaderClassName
{
color: #938F8A;
}
.AnyTagClassName
{
color: #938F8A;
}
</style>
background-color css
<style>
a { background-color: #938F8A; }
a { background-color: rgb(147,143,138); }
div.DivClassName
{
background-color: #938F8A;
}
.BgClassName
{
background-color: #938F8A;
}
</style>
border-color css
<style>
span { border-color: #938F8A; }
span { border-color: rgb(147,143,138); }
td.TdClassName
{
border-color: #938F8A;
}
.TagClassName
{
border-color: #938F8A;
}
</style>