Shades of Heathered Grey #918A82
Tints of Heathered Grey #918A82
RGB
CMYK
RGB Variations
Color information
#918A82 (or 0x918A82) is known color: Heathered Grey. HEX triplet: 91, 8A and 82. RGB value is (145,138,130). Sum of RGB (Red+Green+Blue) = 145+138+130=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A82 is #6E757D. Grayscale: #8B8B8B. Windows color (decimal): -7239038 or 8555153. OLE color: 8555153.
HSL color Cylindrical-coordinate representation of color #918A82: hue angle of 32º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918A82 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 130 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.43 |
| HSL | 32º | 0.06% | 0.54% | - |
| HSV(B) | 32º | 0.1% | 0.57% | - |
| XYZ | 24.79 | 25.81 | 24.79 | - |
| YUV | 139.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 130 | 0 | 0.05 | 0.10 | 0.43 | 32 | 0.06 | 0.54 |
| Hex | 91 | 8A | 82 | 0 | 5 | A | 2B | 20 | 6 | 36 |
| Octal | 221 | 212 | 202 | 0 | 5 | 12 | 53 | 40 | 6 | 66 |
| Binary | 10010001 | 10001010 | 10000010 | 0 | 101 | 1010 | 101011 | 100000 | 110 | 110110 |
Color Harmonies of #918A82
Complementary color
Monochromatic Colors of #918A82
Black with #918A82
Text Example
Text Example
White with #918A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A82; }
p { color: rgb(145,138,130); }
H1.HeaderClassName
{
color: #918A82;
}
.AnyTagClassName
{
color: #918A82;
}
</style>
background-color css
<style>
a { background-color: #918A82; }
a { background-color: rgb(145,138,130); }
div.DivClassName
{
background-color: #918A82;
}
.BgClassName
{
background-color: #918A82;
}
</style>
border-color css
<style>
span { border-color: #918A82; }
span { border-color: rgb(145,138,130); }
td.TdClassName
{
border-color: #918A82;
}
.TagClassName
{
border-color: #918A82;
}
</style>