Shades of Grey Suit #908BAA
Tints of Grey Suit #908BAA
RGB
CMYK
RGB Variations
Color information
#908BAA (or 0x908BAA) is known color: Grey Suit. HEX triplet: 90, 8B and AA. RGB value is (144,139,170). Sum of RGB (Red+Green+Blue) = 144+139+170=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #908BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908BAA is #6F7455. Grayscale: #8F8F8F. Windows color (decimal): -7304278 or 11176848. OLE color: 11176848.
HSL color Cylindrical-coordinate representation of color #908BAA: hue angle of 249.68º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908BAA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 139 | 170 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.33 |
| HSL | 249.68º | 0.15% | 0.61% | - |
| HSV(B) | 249.68º | 0.18% | 0.67% | - |
| XYZ | 27.99 | 27.3 | 41.82 | - |
| YUV | 144.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 170 | 0.15 | 0.18 | 0 | 0.33 | 249.68 | 0.15 | 0.61 |
| Hex | 90 | 8B | AA | F | 12 | 0 | 21 | FA | F | 3D |
| Octal | 220 | 213 | 252 | 17 | 22 | 0 | 41 | 372 | 17 | 75 |
| Binary | 10010000 | 10001011 | 10101010 | 1111 | 10010 | 0 | 100001 | 11111010 | 1111 | 111101 |
Color Harmonies of #908BAA
Complementary color
Monochromatic Colors of #908BAA
Black with #908BAA
Text Example
Text Example
White with #908BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BAA; }
p { color: rgb(144,139,170); }
H1.HeaderClassName
{
color: #908BAA;
}
.AnyTagClassName
{
color: #908BAA;
}
</style>
background-color css
<style>
a { background-color: #908BAA; }
a { background-color: rgb(144,139,170); }
div.DivClassName
{
background-color: #908BAA;
}
.BgClassName
{
background-color: #908BAA;
}
</style>
border-color css
<style>
span { border-color: #908BAA; }
span { border-color: rgb(144,139,170); }
td.TdClassName
{
border-color: #908BAA;
}
.TagClassName
{
border-color: #908BAA;
}
</style>