Shades of Grey Suit #908C9F
Tints of Grey Suit #908C9F
RGB
CMYK
RGB Variations
Color information
#908C9F (or 0x908C9F) is known color: Grey Suit. HEX triplet: 90, 8C and 9F. RGB value is (144,140,159). Sum of RGB (Red+Green+Blue) = 144+140+159=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #908C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C9F is #6F7360. Grayscale: #8F8F8F. Windows color (decimal): -7304033 or 10456208. OLE color: 10456208.
HSL color Cylindrical-coordinate representation of color #908C9F: hue angle of 252.63º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908C9F is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 140 | 159 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.38 |
| HSL | 252.63º | 0.09% | 0.59% | - |
| HSV(B) | 252.63º | 0.12% | 0.62% | - |
| XYZ | 27.14 | 27.19 | 36.62 | - |
| YUV | 143.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 159 | 0.09 | 0.12 | 0 | 0.38 | 252.63 | 0.09 | 0.59 |
| Hex | 90 | 8C | 9F | 9 | C | 0 | 26 | FD | 9 | 3B |
| Octal | 220 | 214 | 237 | 11 | 14 | 0 | 46 | 375 | 11 | 73 |
| Binary | 10010000 | 10001100 | 10011111 | 1001 | 1100 | 0 | 100110 | 11111101 | 1001 | 111011 |
Color Harmonies of #908C9F
Complementary color
Monochromatic Colors of #908C9F
Black with #908C9F
Text Example
Text Example
White with #908C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C9F; }
p { color: rgb(144,140,159); }
H1.HeaderClassName
{
color: #908C9F;
}
.AnyTagClassName
{
color: #908C9F;
}
</style>
background-color css
<style>
a { background-color: #908C9F; }
a { background-color: rgb(144,140,159); }
div.DivClassName
{
background-color: #908C9F;
}
.BgClassName
{
background-color: #908C9F;
}
</style>
border-color css
<style>
span { border-color: #908C9F; }
span { border-color: rgb(144,140,159); }
td.TdClassName
{
border-color: #908C9F;
}
.TagClassName
{
border-color: #908C9F;
}
</style>