Shades of Grey Suit #908BA0
Tints of Grey Suit #908BA0
RGB
CMYK
RGB Variations
Color information
#908BA0 (or 0x908BA0) is known color: Grey Suit. HEX triplet: 90, 8B and A0. RGB value is (144,139,160). Sum of RGB (Red+Green+Blue) = 144+139+160=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 160 - color contains mainly: blue. Hex color #908BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908BA0 is #6F745F. Grayscale: #8E8E8E. Windows color (decimal): -7304288 or 10521488. OLE color: 10521488.
HSL color Cylindrical-coordinate representation of color #908BA0: hue angle of 254.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #908BA0 is Cyan = 0.1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 139 | 160 | - |
| CMYK | 0.1 | 0.13 | 0 | 0.37 |
| HSL | 254.29º | 0.1% | 0.59% | - |
| HSV(B) | 254.29º | 0.13% | 0.63% | - |
| XYZ | 27.08 | 26.93 | 37.03 | - |
| YUV | 142.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 160 | 0.1 | 0.13 | 0 | 0.37 | 254.29 | 0.1 | 0.59 |
| Hex | 90 | 8B | A0 | A | D | 0 | 25 | FE | A | 3B |
| Octal | 220 | 213 | 240 | 12 | 15 | 0 | 45 | 376 | 12 | 73 |
| Binary | 10010000 | 10001011 | 10100000 | 1010 | 1101 | 0 | 100101 | 11111110 | 1010 | 111011 |
Color Harmonies of #908BA0
Complementary color
Monochromatic Colors of #908BA0
Black with #908BA0
Text Example
Text Example
White with #908BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BA0; }
p { color: rgb(144,139,160); }
H1.HeaderClassName
{
color: #908BA0;
}
.AnyTagClassName
{
color: #908BA0;
}
</style>
background-color css
<style>
a { background-color: #908BA0; }
a { background-color: rgb(144,139,160); }
div.DivClassName
{
background-color: #908BA0;
}
.BgClassName
{
background-color: #908BA0;
}
</style>
border-color css
<style>
span { border-color: #908BA0; }
span { border-color: rgb(144,139,160); }
td.TdClassName
{
border-color: #908BA0;
}
.TagClassName
{
border-color: #908BA0;
}
</style>