Shades of Grey Suit #908DA8
Tints of Grey Suit #908DA8
RGB
CMYK
RGB Variations
Color information
#908DA8 (or 0x908DA8) is known color: Grey Suit. HEX triplet: 90, 8D and A8. RGB value is (144,141,168). Sum of RGB (Red+Green+Blue) = 144+141+168=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 168 - color contains mainly: blue. Hex color #908DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908DA8 is #6F7257. Grayscale: #909090. Windows color (decimal): -7303768 or 11046288. OLE color: 11046288.
HSL color Cylindrical-coordinate representation of color #908DA8: hue angle of 246.67º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908DA8 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 141 | 168 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.34 |
| HSL | 246.67º | 0.13% | 0.61% | - |
| HSV(B) | 246.67º | 0.16% | 0.66% | - |
| XYZ | 28.09 | 27.81 | 40.93 | - |
| YUV | 144.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 168 | 0.14 | 0.16 | 0 | 0.34 | 246.67 | 0.13 | 0.61 |
| Hex | 90 | 8D | A8 | E | 10 | 0 | 22 | F7 | D | 3D |
| Octal | 220 | 215 | 250 | 16 | 20 | 0 | 42 | 367 | 15 | 75 |
| Binary | 10010000 | 10001101 | 10101000 | 1110 | 10000 | 0 | 100010 | 11110111 | 1101 | 111101 |
Color Harmonies of #908DA8
Complementary color
Monochromatic Colors of #908DA8
Black with #908DA8
Text Example
Text Example
White with #908DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DA8; }
p { color: rgb(144,141,168); }
H1.HeaderClassName
{
color: #908DA8;
}
.AnyTagClassName
{
color: #908DA8;
}
</style>
background-color css
<style>
a { background-color: #908DA8; }
a { background-color: rgb(144,141,168); }
div.DivClassName
{
background-color: #908DA8;
}
.BgClassName
{
background-color: #908DA8;
}
</style>
border-color css
<style>
span { border-color: #908DA8; }
span { border-color: rgb(144,141,168); }
td.TdClassName
{
border-color: #908DA8;
}
.TagClassName
{
border-color: #908DA8;
}
</style>