Shades of Taupe Grey #938A90
Tints of Taupe Grey #938A90
RGB
CMYK
RGB Variations
Color information
#938A90 (or 0x938A90) is known color: Taupe Grey. HEX triplet: 93, 8A and 90. RGB value is (147,138,144). Sum of RGB (Red+Green+Blue) = 147+138+144=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #938A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A90 is #6C756F. Grayscale: #8D8D8D. Windows color (decimal): -7107952 or 9472659. OLE color: 9472659.
HSL color Cylindrical-coordinate representation of color #938A90: hue angle of 320º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #938A90 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 144 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.42 |
| HSL | 320º | 0.04% | 0.56% | - |
| HSV(B) | 320º | 0.06% | 0.58% | - |
| XYZ | 26.16 | 26.39 | 30.1 | - |
| YUV | 141.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 144 | 0 | 0.06 | 0.02 | 0.42 | 320 | 0.04 | 0.56 |
| Hex | 93 | 8A | 90 | 0 | 6 | 2 | 2A | 140 | 4 | 38 |
| Octal | 223 | 212 | 220 | 0 | 6 | 2 | 52 | 500 | 4 | 70 |
| Binary | 10010011 | 10001010 | 10010000 | 0 | 110 | 10 | 101010 | 101000000 | 100 | 111000 |
Color Harmonies of #938A90
Complementary color
Monochromatic Colors of #938A90
Black with #938A90
Text Example
Text Example
White with #938A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A90; }
p { color: rgb(147,138,144); }
H1.HeaderClassName
{
color: #938A90;
}
.AnyTagClassName
{
color: #938A90;
}
</style>
background-color css
<style>
a { background-color: #938A90; }
a { background-color: rgb(147,138,144); }
div.DivClassName
{
background-color: #938A90;
}
.BgClassName
{
background-color: #938A90;
}
</style>
border-color css
<style>
span { border-color: #938A90; }
span { border-color: rgb(147,138,144); }
td.TdClassName
{
border-color: #938A90;
}
.TagClassName
{
border-color: #938A90;
}
</style>