Shades of Heathered Grey #948F89
Tints of Heathered Grey #948F89
RGB
CMYK
RGB Variations
Color information
#948F89 (or 0x948F89) is known color: Heathered Grey. HEX triplet: 94, 8F and 89. RGB value is (148,143,137). Sum of RGB (Red+Green+Blue) = 148+143+137=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F89 is #6B7076. Grayscale: #8F8F8F. Windows color (decimal): -7041143 or 9015188. OLE color: 9015188.
HSL color Cylindrical-coordinate representation of color #948F89: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948F89 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 137 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.42 |
| HSL | 32.73º | 0.05% | 0.56% | - |
| HSV(B) | 32.73º | 0.07% | 0.58% | - |
| XYZ | 26.55 | 27.75 | 27.62 | - |
| YUV | 143.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 137 | 0 | 0.03 | 0.07 | 0.42 | 32.73 | 0.05 | 0.56 |
| Hex | 94 | 8F | 89 | 0 | 3 | 7 | 2A | 21 | 5 | 38 |
| Octal | 224 | 217 | 211 | 0 | 3 | 7 | 52 | 41 | 5 | 70 |
| Binary | 10010100 | 10001111 | 10001001 | 0 | 11 | 111 | 101010 | 100001 | 101 | 111000 |
Color Harmonies of #948F89
Complementary color
Monochromatic Colors of #948F89
Black with #948F89
Text Example
Text Example
White with #948F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F89; }
p { color: rgb(148,143,137); }
H1.HeaderClassName
{
color: #948F89;
}
.AnyTagClassName
{
color: #948F89;
}
</style>
background-color css
<style>
a { background-color: #948F89; }
a { background-color: rgb(148,143,137); }
div.DivClassName
{
background-color: #948F89;
}
.BgClassName
{
background-color: #948F89;
}
</style>
border-color css
<style>
span { border-color: #948F89; }
span { border-color: rgb(148,143,137); }
td.TdClassName
{
border-color: #948F89;
}
.TagClassName
{
border-color: #948F89;
}
</style>