Shades of Grey Suit #908AA6
Tints of Grey Suit #908AA6
RGB
CMYK
RGB Variations
Color information
#908AA6 (or 0x908AA6) is known color: Grey Suit. HEX triplet: 90, 8A and A6. RGB value is (144,138,166). Sum of RGB (Red+Green+Blue) = 144+138+166=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 166 - color contains mainly: blue. Hex color #908AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908AA6 is #6F7559. Grayscale: #8E8E8E. Windows color (decimal): -7304538 or 10914448. OLE color: 10914448.
HSL color Cylindrical-coordinate representation of color #908AA6: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #908AA6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 138 | 166 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.35 |
| HSL | 252.86º | 0.14% | 0.6% | - |
| HSV(B) | 252.86º | 0.17% | 0.65% | - |
| XYZ | 27.47 | 26.86 | 39.81 | - |
| YUV | 142.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 166 | 0.13 | 0.17 | 0 | 0.35 | 252.86 | 0.14 | 0.6 |
| Hex | 90 | 8A | A6 | D | 11 | 0 | 23 | FD | E | 3C |
| Octal | 220 | 212 | 246 | 15 | 21 | 0 | 43 | 375 | 16 | 74 |
| Binary | 10010000 | 10001010 | 10100110 | 1101 | 10001 | 0 | 100011 | 11111101 | 1110 | 111100 |
Color Harmonies of #908AA6
Complementary color
Monochromatic Colors of #908AA6
Black with #908AA6
Text Example
Text Example
White with #908AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AA6; }
p { color: rgb(144,138,166); }
H1.HeaderClassName
{
color: #908AA6;
}
.AnyTagClassName
{
color: #908AA6;
}
</style>
background-color css
<style>
a { background-color: #908AA6; }
a { background-color: rgb(144,138,166); }
div.DivClassName
{
background-color: #908AA6;
}
.BgClassName
{
background-color: #908AA6;
}
</style>
border-color css
<style>
span { border-color: #908AA6; }
span { border-color: rgb(144,138,166); }
td.TdClassName
{
border-color: #908AA6;
}
.TagClassName
{
border-color: #908AA6;
}
</style>