Shades of Grey Suit #908AAE
Tints of Grey Suit #908AAE
RGB
CMYK
RGB Variations
Color information
#908AAE (or 0x908AAE) is known color: Grey Suit. HEX triplet: 90, 8A and AE. RGB value is (144,138,174). Sum of RGB (Red+Green+Blue) = 144+138+174=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #908AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908AAE is #6F7551. Grayscale: #8F8F8F. Windows color (decimal): -7304530 or 11438736. OLE color: 11438736.
HSL color Cylindrical-coordinate representation of color #908AAE: hue angle of 250º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908AAE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 138 | 174 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.32 |
| HSL | 250º | 0.18% | 0.61% | - |
| HSV(B) | 250º | 0.21% | 0.68% | - |
| XYZ | 28.23 | 27.16 | 43.8 | - |
| YUV | 143.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 174 | 0.17 | 0.21 | 0 | 0.32 | 250 | 0.18 | 0.61 |
| Hex | 90 | 8A | AE | 11 | 15 | 0 | 20 | FA | 12 | 3D |
| Octal | 220 | 212 | 256 | 21 | 25 | 0 | 40 | 372 | 22 | 75 |
| Binary | 10010000 | 10001010 | 10101110 | 10001 | 10101 | 0 | 100000 | 11111010 | 10010 | 111101 |
Color Harmonies of #908AAE
Complementary color
Monochromatic Colors of #908AAE
Black with #908AAE
Text Example
Text Example
White with #908AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AAE; }
p { color: rgb(144,138,174); }
H1.HeaderClassName
{
color: #908AAE;
}
.AnyTagClassName
{
color: #908AAE;
}
</style>
background-color css
<style>
a { background-color: #908AAE; }
a { background-color: rgb(144,138,174); }
div.DivClassName
{
background-color: #908AAE;
}
.BgClassName
{
background-color: #908AAE;
}
</style>
border-color css
<style>
span { border-color: #908AAE; }
span { border-color: rgb(144,138,174); }
td.TdClassName
{
border-color: #908AAE;
}
.TagClassName
{
border-color: #908AAE;
}
</style>