Shades of Grey Suit #908CA9
Tints of Grey Suit #908CA9
RGB
CMYK
RGB Variations
Color information
#908CA9 (or 0x908CA9) is known color: Grey Suit. HEX triplet: 90, 8C and A9. RGB value is (144,140,169). Sum of RGB (Red+Green+Blue) = 144+140+169=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 169 - color contains mainly: blue. Hex color #908CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908CA9 is #6F7356. Grayscale: #909090. Windows color (decimal): -7304023 or 11111568. OLE color: 11111568.
HSL color Cylindrical-coordinate representation of color #908CA9: hue angle of 248.28º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #908CA9 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 140 | 169 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.34 |
| HSL | 248.28º | 0.14% | 0.61% | - |
| HSV(B) | 248.28º | 0.17% | 0.66% | - |
| XYZ | 28.04 | 27.55 | 41.38 | - |
| YUV | 144.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 169 | 0.15 | 0.17 | 0 | 0.34 | 248.28 | 0.14 | 0.61 |
| Hex | 90 | 8C | A9 | F | 11 | 0 | 22 | F8 | E | 3D |
| Octal | 220 | 214 | 251 | 17 | 21 | 0 | 42 | 370 | 16 | 75 |
| Binary | 10010000 | 10001100 | 10101001 | 1111 | 10001 | 0 | 100010 | 11111000 | 1110 | 111101 |
Color Harmonies of #908CA9
Complementary color
Monochromatic Colors of #908CA9
Black with #908CA9
Text Example
Text Example
White with #908CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CA9; }
p { color: rgb(144,140,169); }
H1.HeaderClassName
{
color: #908CA9;
}
.AnyTagClassName
{
color: #908CA9;
}
</style>
background-color css
<style>
a { background-color: #908CA9; }
a { background-color: rgb(144,140,169); }
div.DivClassName
{
background-color: #908CA9;
}
.BgClassName
{
background-color: #908CA9;
}
</style>
border-color css
<style>
span { border-color: #908CA9; }
span { border-color: rgb(144,140,169); }
td.TdClassName
{
border-color: #908CA9;
}
.TagClassName
{
border-color: #908CA9;
}
</style>