Shades of Grey Suit #908DAC
Tints of Grey Suit #908DAC
RGB
CMYK
RGB Variations
Color information
#908DAC (or 0x908DAC) is known color: Grey Suit. HEX triplet: 90, 8D and AC. RGB value is (144,141,172). Sum of RGB (Red+Green+Blue) = 144+141+172=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #908DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908DAC is #6F7253. Grayscale: #919191. Windows color (decimal): -7303764 or 11308432. OLE color: 11308432.
HSL color Cylindrical-coordinate representation of color #908DAC: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908DAC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 141 | 172 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.33 |
| HSL | 245.81º | 0.16% | 0.61% | - |
| HSV(B) | 245.81º | 0.18% | 0.67% | - |
| XYZ | 28.47 | 27.96 | 42.93 | - |
| YUV | 145.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 172 | 0.16 | 0.18 | 0 | 0.33 | 245.81 | 0.16 | 0.61 |
| Hex | 90 | 8D | AC | 10 | 12 | 0 | 21 | F6 | 10 | 3D |
| Octal | 220 | 215 | 254 | 20 | 22 | 0 | 41 | 366 | 20 | 75 |
| Binary | 10010000 | 10001101 | 10101100 | 10000 | 10010 | 0 | 100001 | 11110110 | 10000 | 111101 |
Color Harmonies of #908DAC
Complementary color
Monochromatic Colors of #908DAC
Black with #908DAC
Text Example
Text Example
White with #908DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DAC; }
p { color: rgb(144,141,172); }
H1.HeaderClassName
{
color: #908DAC;
}
.AnyTagClassName
{
color: #908DAC;
}
</style>
background-color css
<style>
a { background-color: #908DAC; }
a { background-color: rgb(144,141,172); }
div.DivClassName
{
background-color: #908DAC;
}
.BgClassName
{
background-color: #908DAC;
}
</style>
border-color css
<style>
span { border-color: #908DAC; }
span { border-color: rgb(144,141,172); }
td.TdClassName
{
border-color: #908DAC;
}
.TagClassName
{
border-color: #908DAC;
}
</style>