Shades of Heathered Grey #939089
Tints of Heathered Grey #939089
RGB
CMYK
RGB Variations
Color information
#939089 (or 0x939089) is known color: Heathered Grey. HEX triplet: 93, 90 and 89. RGB value is (147,144,137). Sum of RGB (Red+Green+Blue) = 147+144+137=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 147 - color contains mainly: red. Hex color #939089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939089 is #6C6F76. Grayscale: #909090. Windows color (decimal): -7106423 or 9015443. OLE color: 9015443.
HSL color Cylindrical-coordinate representation of color #939089: hue angle of 42º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #939089 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 137 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.42 |
| HSL | 42º | 0.04% | 0.56% | - |
| HSV(B) | 42º | 0.07% | 0.58% | - |
| XYZ | 26.52 | 27.96 | 27.67 | - |
| YUV | 144.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 137 | 0 | 0.02 | 0.07 | 0.42 | 42 | 0.04 | 0.56 |
| Hex | 93 | 90 | 89 | 0 | 2 | 7 | 2A | 2A | 4 | 38 |
| Octal | 223 | 220 | 211 | 0 | 2 | 7 | 52 | 52 | 4 | 70 |
| Binary | 10010011 | 10010000 | 10001001 | 0 | 10 | 111 | 101010 | 101010 | 100 | 111000 |
Color Harmonies of #939089
Complementary color
Monochromatic Colors of #939089
Black with #939089
Text Example
Text Example
White with #939089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939089; }
p { color: rgb(147,144,137); }
H1.HeaderClassName
{
color: #939089;
}
.AnyTagClassName
{
color: #939089;
}
</style>
background-color css
<style>
a { background-color: #939089; }
a { background-color: rgb(147,144,137); }
div.DivClassName
{
background-color: #939089;
}
.BgClassName
{
background-color: #939089;
}
</style>
border-color css
<style>
span { border-color: #939089; }
span { border-color: rgb(147,144,137); }
td.TdClassName
{
border-color: #939089;
}
.TagClassName
{
border-color: #939089;
}
</style>