Shades of Grey Suit #908AAF
Tints of Grey Suit #908AAF
RGB
CMYK
RGB Variations
Color information
#908AAF (or 0x908AAF) is known color: Grey Suit. HEX triplet: 90, 8A and AF. RGB value is (144,138,175). Sum of RGB (Red+Green+Blue) = 144+138+175=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #908AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908AAF is #6F7550. Grayscale: #8F8F8F. Windows color (decimal): -7304529 or 11504272. OLE color: 11504272.
HSL color Cylindrical-coordinate representation of color #908AAF: hue angle of 249.73º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908AAF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 138 | 175 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.31 |
| HSL | 249.73º | 0.19% | 0.61% | - |
| HSV(B) | 249.73º | 0.21% | 0.69% | - |
| XYZ | 28.33 | 27.2 | 44.31 | - |
| YUV | 144.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 175 | 0.18 | 0.21 | 0 | 0.31 | 249.73 | 0.19 | 0.61 |
| Hex | 90 | 8A | AF | 12 | 15 | 0 | 1F | FA | 13 | 3D |
| Octal | 220 | 212 | 257 | 22 | 25 | 0 | 37 | 372 | 23 | 75 |
| Binary | 10010000 | 10001010 | 10101111 | 10010 | 10101 | 0 | 11111 | 11111010 | 10011 | 111101 |
Color Harmonies of #908AAF
Complementary color
Monochromatic Colors of #908AAF
Black with #908AAF
Text Example
Text Example
White with #908AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AAF; }
p { color: rgb(144,138,175); }
H1.HeaderClassName
{
color: #908AAF;
}
.AnyTagClassName
{
color: #908AAF;
}
</style>
background-color css
<style>
a { background-color: #908AAF; }
a { background-color: rgb(144,138,175); }
div.DivClassName
{
background-color: #908AAF;
}
.BgClassName
{
background-color: #908AAF;
}
</style>
border-color css
<style>
span { border-color: #908AAF; }
span { border-color: rgb(144,138,175); }
td.TdClassName
{
border-color: #908AAF;
}
.TagClassName
{
border-color: #908AAF;
}
</style>