Shades of Grey Suit #908BA9
Tints of Grey Suit #908BA9
RGB
CMYK
RGB Variations
Color information
#908BA9 (or 0x908BA9) is known color: Grey Suit. HEX triplet: 90, 8B and A9. RGB value is (144,139,169). Sum of RGB (Red+Green+Blue) = 144+139+169=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 169 - color contains mainly: blue. Hex color #908BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908BA9 is #6F7456. Grayscale: #8F8F8F. Windows color (decimal): -7304279 or 11111312. OLE color: 11111312.
HSL color Cylindrical-coordinate representation of color #908BA9: hue angle of 250º 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 #908BA9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 139 | 169 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.34 |
| HSL | 250º | 0.15% | 0.6% | - |
| HSV(B) | 250º | 0.18% | 0.66% | - |
| XYZ | 27.9 | 27.26 | 41.33 | - |
| YUV | 143.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 169 | 0.15 | 0.18 | 0 | 0.34 | 250 | 0.15 | 0.6 |
| Hex | 90 | 8B | A9 | F | 12 | 0 | 22 | FA | F | 3C |
| Octal | 220 | 213 | 251 | 17 | 22 | 0 | 42 | 372 | 17 | 74 |
| Binary | 10010000 | 10001011 | 10101001 | 1111 | 10010 | 0 | 100010 | 11111010 | 1111 | 111100 |
Color Harmonies of #908BA9
Complementary color
Monochromatic Colors of #908BA9
Black with #908BA9
Text Example
Text Example
White with #908BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BA9; }
p { color: rgb(144,139,169); }
H1.HeaderClassName
{
color: #908BA9;
}
.AnyTagClassName
{
color: #908BA9;
}
</style>
background-color css
<style>
a { background-color: #908BA9; }
a { background-color: rgb(144,139,169); }
div.DivClassName
{
background-color: #908BA9;
}
.BgClassName
{
background-color: #908BA9;
}
</style>
border-color css
<style>
span { border-color: #908BA9; }
span { border-color: rgb(144,139,169); }
td.TdClassName
{
border-color: #908BA9;
}
.TagClassName
{
border-color: #908BA9;
}
</style>