Shades of Grey Suit #908B99
Tints of Grey Suit #908B99
RGB
CMYK
RGB Variations
Color information
#908B99 (or 0x908B99) is known color: Grey Suit. HEX triplet: 90, 8B and 99. RGB value is (144,139,153). Sum of RGB (Red+Green+Blue) = 144+139+153=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #908B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B99 is #6F7466. Grayscale: #8E8E8E. Windows color (decimal): -7304295 or 10062736. OLE color: 10062736.
HSL color Cylindrical-coordinate representation of color #908B99: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908B99 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 139 | 153 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.4 |
| HSL | 261.43º | 0.06% | 0.57% | - |
| HSV(B) | 261.43º | 0.09% | 0.6% | - |
| XYZ | 26.48 | 26.69 | 33.89 | - |
| YUV | 142.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 153 | 0.06 | 0.09 | 0 | 0.4 | 261.43 | 0.06 | 0.57 |
| Hex | 90 | 8B | 99 | 6 | 9 | 0 | 28 | 105 | 6 | 39 |
| Octal | 220 | 213 | 231 | 6 | 11 | 0 | 50 | 405 | 6 | 71 |
| Binary | 10010000 | 10001011 | 10011001 | 110 | 1001 | 0 | 101000 | 100000101 | 110 | 111001 |
Color Harmonies of #908B99
Complementary color
Monochromatic Colors of #908B99
Black with #908B99
Text Example
Text Example
White with #908B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B99; }
p { color: rgb(144,139,153); }
H1.HeaderClassName
{
color: #908B99;
}
.AnyTagClassName
{
color: #908B99;
}
</style>
background-color css
<style>
a { background-color: #908B99; }
a { background-color: rgb(144,139,153); }
div.DivClassName
{
background-color: #908B99;
}
.BgClassName
{
background-color: #908B99;
}
</style>
border-color css
<style>
span { border-color: #908B99; }
span { border-color: rgb(144,139,153); }
td.TdClassName
{
border-color: #908B99;
}
.TagClassName
{
border-color: #908B99;
}
</style>