Shades of Grey Suit #908D9B
Tints of Grey Suit #908D9B
RGB
CMYK
RGB Variations
Color information
#908D9B (or 0x908D9B) is known color: Grey Suit. HEX triplet: 90, 8D and 9B. RGB value is (144,141,155). Sum of RGB (Red+Green+Blue) = 144+141+155=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #908D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D9B is #6F7264. Grayscale: #8F8F8F. Windows color (decimal): -7303781 or 10194320. OLE color: 10194320.
HSL color Cylindrical-coordinate representation of color #908D9B: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908D9B is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 141 | 155 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.39 |
| HSL | 252.86º | 0.07% | 0.58% | - |
| HSV(B) | 252.86º | 0.09% | 0.61% | - |
| XYZ | 26.94 | 27.35 | 34.87 | - |
| YUV | 143.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 155 | 0.07 | 0.09 | 0 | 0.39 | 252.86 | 0.07 | 0.58 |
| Hex | 90 | 8D | 9B | 7 | 9 | 0 | 27 | FD | 7 | 3A |
| Octal | 220 | 215 | 233 | 7 | 11 | 0 | 47 | 375 | 7 | 72 |
| Binary | 10010000 | 10001101 | 10011011 | 111 | 1001 | 0 | 100111 | 11111101 | 111 | 111010 |
Color Harmonies of #908D9B
Complementary color
Monochromatic Colors of #908D9B
Black with #908D9B
Text Example
Text Example
White with #908D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D9B; }
p { color: rgb(144,141,155); }
H1.HeaderClassName
{
color: #908D9B;
}
.AnyTagClassName
{
color: #908D9B;
}
</style>
background-color css
<style>
a { background-color: #908D9B; }
a { background-color: rgb(144,141,155); }
div.DivClassName
{
background-color: #908D9B;
}
.BgClassName
{
background-color: #908D9B;
}
</style>
border-color css
<style>
span { border-color: #908D9B; }
span { border-color: rgb(144,141,155); }
td.TdClassName
{
border-color: #908D9B;
}
.TagClassName
{
border-color: #908D9B;
}
</style>