Shades of Heathered Grey #9A8F7B
Tints of Heathered Grey #9A8F7B
RGB
CMYK
RGB Variations
Color information
#9A8F7B (or 0x9A8F7B) is known color: Heathered Grey. HEX triplet: 9A, 8F and 7B. RGB value is (154,143,123). Sum of RGB (Red+Green+Blue) = 154+143+123=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F7B is #657084. Grayscale: #909090. Windows color (decimal): -6647941 or 8097690. OLE color: 8097690.
HSL color Cylindrical-coordinate representation of color #9A8F7B: hue angle of 38.71º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A8F7B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 123 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.40 |
| HSL | 38.71º | 0.13% | 0.54% | - |
| HSV(B) | 38.71º | 0.2% | 0.6% | - |
| XYZ | 26.72 | 27.95 | 22.72 | - |
| YUV | 144.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 123 | 0 | 0.07 | 0.20 | 0.40 | 38.71 | 0.13 | 0.54 |
| Hex | 9A | 8F | 7B | 0 | 7 | 14 | 28 | 27 | D | 36 |
| Octal | 232 | 217 | 173 | 0 | 7 | 24 | 50 | 47 | 15 | 66 |
| Binary | 10011010 | 10001111 | 1111011 | 0 | 111 | 10100 | 101000 | 100111 | 1101 | 110110 |
Color Harmonies of #9A8F7B
Complementary color
Monochromatic Colors of #9A8F7B
Black with #9A8F7B
Text Example
Text Example
White with #9A8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F7B; }
p { color: rgb(154,143,123); }
H1.HeaderClassName
{
color: #9A8F7B;
}
.AnyTagClassName
{
color: #9A8F7B;
}
</style>
background-color css
<style>
a { background-color: #9A8F7B; }
a { background-color: rgb(154,143,123); }
div.DivClassName
{
background-color: #9A8F7B;
}
.BgClassName
{
background-color: #9A8F7B;
}
</style>
border-color css
<style>
span { border-color: #9A8F7B; }
span { border-color: rgb(154,143,123); }
td.TdClassName
{
border-color: #9A8F7B;
}
.TagClassName
{
border-color: #9A8F7B;
}
</style>