Shades of Heathered Grey #918F8A
Tints of Heathered Grey #918F8A
RGB
CMYK
RGB Variations
Color information
#918F8A (or 0x918F8A) is known color: Heathered Grey. HEX triplet: 91, 8F and 8A. RGB value is (145,143,138). Sum of RGB (Red+Green+Blue) = 145+143+138=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 145 - color contains mainly: red. Hex color #918F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F8A is #6E7075. Grayscale: #8F8F8F. Windows color (decimal): -7237750 or 9080721. OLE color: 9080721.
HSL color Cylindrical-coordinate representation of color #918F8A: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #918F8A is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 138 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.43 |
| HSL | 42.86º | 0.03% | 0.55% | - |
| HSV(B) | 42.86º | 0.05% | 0.57% | - |
| XYZ | 26.09 | 27.5 | 27.98 | - |
| YUV | 143.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 138 | 0 | 0.01 | 0.05 | 0.43 | 42.86 | 0.03 | 0.55 |
| Hex | 91 | 8F | 8A | 0 | 1 | 5 | 2B | 2B | 3 | 37 |
| Octal | 221 | 217 | 212 | 0 | 1 | 5 | 53 | 53 | 3 | 67 |
| Binary | 10010001 | 10001111 | 10001010 | 0 | 1 | 101 | 101011 | 101011 | 11 | 110111 |
Color Harmonies of #918F8A
Complementary color
Monochromatic Colors of #918F8A
Black with #918F8A
Text Example
Text Example
White with #918F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F8A; }
p { color: rgb(145,143,138); }
H1.HeaderClassName
{
color: #918F8A;
}
.AnyTagClassName
{
color: #918F8A;
}
</style>
background-color css
<style>
a { background-color: #918F8A; }
a { background-color: rgb(145,143,138); }
div.DivClassName
{
background-color: #918F8A;
}
.BgClassName
{
background-color: #918F8A;
}
</style>
border-color css
<style>
span { border-color: #918F8A; }
span { border-color: rgb(145,143,138); }
td.TdClassName
{
border-color: #918F8A;
}
.TagClassName
{
border-color: #918F8A;
}
</style>