Shades of Heathered Grey #908B85
Tints of Heathered Grey #908B85
RGB
CMYK
RGB Variations
Color information
#908B85 (or 0x908B85) is known color: Heathered Grey. HEX triplet: 90, 8B and 85. RGB value is (144,139,133). Sum of RGB (Red+Green+Blue) = 144+139+133=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #908B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B85 is #6F747A. Grayscale: #8B8B8B. Windows color (decimal): -7304315 or 8752016. OLE color: 8752016.
HSL color Cylindrical-coordinate representation of color #908B85: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908B85 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 133 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.44 |
| HSL | 32.73º | 0.05% | 0.54% | - |
| HSV(B) | 32.73º | 0.08% | 0.56% | - |
| XYZ | 24.97 | 26.09 | 25.91 | - |
| YUV | 139.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 133 | 0 | 0.03 | 0.08 | 0.44 | 32.73 | 0.05 | 0.54 |
| Hex | 90 | 8B | 85 | 0 | 3 | 8 | 2C | 21 | 5 | 36 |
| Octal | 220 | 213 | 205 | 0 | 3 | 10 | 54 | 41 | 5 | 66 |
| Binary | 10010000 | 10001011 | 10000101 | 0 | 11 | 1000 | 101100 | 100001 | 101 | 110110 |
Color Harmonies of #908B85
Complementary color
Monochromatic Colors of #908B85
Black with #908B85
Text Example
Text Example
White with #908B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B85; }
p { color: rgb(144,139,133); }
H1.HeaderClassName
{
color: #908B85;
}
.AnyTagClassName
{
color: #908B85;
}
</style>
background-color css
<style>
a { background-color: #908B85; }
a { background-color: rgb(144,139,133); }
div.DivClassName
{
background-color: #908B85;
}
.BgClassName
{
background-color: #908B85;
}
</style>
border-color css
<style>
span { border-color: #908B85; }
span { border-color: rgb(144,139,133); }
td.TdClassName
{
border-color: #908B85;
}
.TagClassName
{
border-color: #908B85;
}
</style>