Shades of Heathered Grey #918F8B
Tints of Heathered Grey #918F8B
RGB
CMYK
RGB Variations
Color information
#918F8B (or 0x918F8B) is known color: Heathered Grey. HEX triplet: 91, 8F and 8B. RGB value is (145,143,139). Sum of RGB (Red+Green+Blue) = 145+143+139=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 145 - color contains mainly: red. Hex color #918F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F8B is #6E7074. Grayscale: #8F8F8F. Windows color (decimal): -7237749 or 9146257. OLE color: 9146257.
HSL color Cylindrical-coordinate representation of color #918F8B: hue angle of 40º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #918F8B is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 139 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.43 |
| HSL | 40º | 0.03% | 0.56% | - |
| HSV(B) | 40º | 0.04% | 0.57% | - |
| XYZ | 26.16 | 27.53 | 28.36 | - |
| YUV | 143.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 139 | 0 | 0.01 | 0.04 | 0.43 | 40 | 0.03 | 0.56 |
| Hex | 91 | 8F | 8B | 0 | 1 | 4 | 2B | 28 | 3 | 38 |
| Octal | 221 | 217 | 213 | 0 | 1 | 4 | 53 | 50 | 3 | 70 |
| Binary | 10010001 | 10001111 | 10001011 | 0 | 1 | 100 | 101011 | 101000 | 11 | 111000 |
Color Harmonies of #918F8B
Complementary color
Monochromatic Colors of #918F8B
Black with #918F8B
Text Example
Text Example
White with #918F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F8B; }
p { color: rgb(145,143,139); }
H1.HeaderClassName
{
color: #918F8B;
}
.AnyTagClassName
{
color: #918F8B;
}
</style>
background-color css
<style>
a { background-color: #918F8B; }
a { background-color: rgb(145,143,139); }
div.DivClassName
{
background-color: #918F8B;
}
.BgClassName
{
background-color: #918F8B;
}
</style>
border-color css
<style>
span { border-color: #918F8B; }
span { border-color: rgb(145,143,139); }
td.TdClassName
{
border-color: #918F8B;
}
.TagClassName
{
border-color: #918F8B;
}
</style>