Shades of Grey Suit #908AA9
Tints of Grey Suit #908AA9
RGB
CMYK
RGB Variations
Color information
#908AA9 (or 0x908AA9) is known color: Grey Suit. HEX triplet: 90, 8A and A9. RGB value is (144,138,169). Sum of RGB (Red+Green+Blue) = 144+138+169=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 169 - color contains mainly: blue. Hex color #908AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908AA9 is #6F7556. Grayscale: #8F8F8F. Windows color (decimal): -7304535 or 11111056. OLE color: 11111056.
HSL color Cylindrical-coordinate representation of color #908AA9: hue angle of 251.61º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908AA9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 138 | 169 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.34 |
| HSL | 251.61º | 0.15% | 0.6% | - |
| HSV(B) | 251.61º | 0.18% | 0.66% | - |
| XYZ | 27.75 | 26.97 | 41.28 | - |
| YUV | 143.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 169 | 0.15 | 0.18 | 0 | 0.34 | 251.61 | 0.15 | 0.6 |
| Hex | 90 | 8A | A9 | F | 12 | 0 | 22 | FC | F | 3C |
| Octal | 220 | 212 | 251 | 17 | 22 | 0 | 42 | 374 | 17 | 74 |
| Binary | 10010000 | 10001010 | 10101001 | 1111 | 10010 | 0 | 100010 | 11111100 | 1111 | 111100 |
Color Harmonies of #908AA9
Complementary color
Monochromatic Colors of #908AA9
Black with #908AA9
Text Example
Text Example
White with #908AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AA9; }
p { color: rgb(144,138,169); }
H1.HeaderClassName
{
color: #908AA9;
}
.AnyTagClassName
{
color: #908AA9;
}
</style>
background-color css
<style>
a { background-color: #908AA9; }
a { background-color: rgb(144,138,169); }
div.DivClassName
{
background-color: #908AA9;
}
.BgClassName
{
background-color: #908AA9;
}
</style>
border-color css
<style>
span { border-color: #908AA9; }
span { border-color: rgb(144,138,169); }
td.TdClassName
{
border-color: #908AA9;
}
.TagClassName
{
border-color: #908AA9;
}
</style>