Shades of Grey Suit #908D99
Tints of Grey Suit #908D99
RGB
CMYK
RGB Variations
Color information
#908D99 (or 0x908D99) is known color: Grey Suit. HEX triplet: 90, 8D and 99. RGB value is (144,141,153). Sum of RGB (Red+Green+Blue) = 144+141+153=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #908D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D99 is #6F7266. Grayscale: #8F8F8F. Windows color (decimal): -7303783 or 10063248. OLE color: 10063248.
HSL color Cylindrical-coordinate representation of color #908D99: hue angle of 255º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908D99 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 141 | 153 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.4 |
| HSL | 255º | 0.06% | 0.58% | - |
| HSV(B) | 255º | 0.08% | 0.6% | - |
| XYZ | 26.78 | 27.28 | 33.99 | - |
| YUV | 143.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 153 | 0.06 | 0.08 | 0 | 0.4 | 255 | 0.06 | 0.58 |
| Hex | 90 | 8D | 99 | 6 | 8 | 0 | 28 | FF | 6 | 3A |
| Octal | 220 | 215 | 231 | 6 | 10 | 0 | 50 | 377 | 6 | 72 |
| Binary | 10010000 | 10001101 | 10011001 | 110 | 1000 | 0 | 101000 | 11111111 | 110 | 111010 |
Color Harmonies of #908D99
Complementary color
Monochromatic Colors of #908D99
Black with #908D99
Text Example
Text Example
White with #908D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D99; }
p { color: rgb(144,141,153); }
H1.HeaderClassName
{
color: #908D99;
}
.AnyTagClassName
{
color: #908D99;
}
</style>
background-color css
<style>
a { background-color: #908D99; }
a { background-color: rgb(144,141,153); }
div.DivClassName
{
background-color: #908D99;
}
.BgClassName
{
background-color: #908D99;
}
</style>
border-color css
<style>
span { border-color: #908D99; }
span { border-color: rgb(144,141,153); }
td.TdClassName
{
border-color: #908D99;
}
.TagClassName
{
border-color: #908D99;
}
</style>