Shades of Heathered Grey #94908B
Tints of Heathered Grey #94908B
RGB
CMYK
RGB Variations
Color information
#94908B (or 0x94908B) is known color: Heathered Grey. HEX triplet: 94, 90 and 8B. RGB value is (148,144,139). Sum of RGB (Red+Green+Blue) = 148+144+139=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #94908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94908B is #6B6F74. Grayscale: #909090. Windows color (decimal): -7040885 or 9146516. OLE color: 9146516.
HSL color Cylindrical-coordinate representation of color #94908B: 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 #94908B is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 139 | - |
| 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.85 | 28.11 | 28.44 | - |
| YUV | 144.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 139 | 0 | 0.03 | 0.06 | 0.42 | 33.33 | 0.04 | 0.56 |
| Hex | 94 | 90 | 8B | 0 | 3 | 6 | 2A | 21 | 4 | 38 |
| Octal | 224 | 220 | 213 | 0 | 3 | 6 | 52 | 41 | 4 | 70 |
| Binary | 10010100 | 10010000 | 10001011 | 0 | 11 | 110 | 101010 | 100001 | 100 | 111000 |
Color Harmonies of #94908B
Complementary color
Monochromatic Colors of #94908B
Black with #94908B
Text Example
Text Example
White with #94908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94908B; }
p { color: rgb(148,144,139); }
H1.HeaderClassName
{
color: #94908B;
}
.AnyTagClassName
{
color: #94908B;
}
</style>
background-color css
<style>
a { background-color: #94908B; }
a { background-color: rgb(148,144,139); }
div.DivClassName
{
background-color: #94908B;
}
.BgClassName
{
background-color: #94908B;
}
</style>
border-color css
<style>
span { border-color: #94908B; }
span { border-color: rgb(148,144,139); }
td.TdClassName
{
border-color: #94908B;
}
.TagClassName
{
border-color: #94908B;
}
</style>