Shades of Grey Suit #908FA2
Tints of Grey Suit #908FA2
RGB
CMYK
RGB Variations
Color information
#908FA2 (or 0x908FA2) is known color: Grey Suit. HEX triplet: 90, 8F and A2. RGB value is (144,143,162). Sum of RGB (Red+Green+Blue) = 144+143+162=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 162 - color contains mainly: blue. Hex color #908FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FA2 is #6F705D. Grayscale: #919191. Windows color (decimal): -7303262 or 10653584. OLE color: 10653584.
HSL color Cylindrical-coordinate representation of color #908FA2: hue angle of 243.16º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908FA2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 143 | 162 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.36 |
| HSL | 243.16º | 0.09% | 0.6% | - |
| HSV(B) | 243.16º | 0.12% | 0.64% | - |
| XYZ | 27.85 | 28.18 | 38.15 | - |
| YUV | 145.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 162 | 0.11 | 0.12 | 0 | 0.36 | 243.16 | 0.09 | 0.6 |
| Hex | 90 | 8F | A2 | B | C | 0 | 24 | F3 | 9 | 3C |
| Octal | 220 | 217 | 242 | 13 | 14 | 0 | 44 | 363 | 11 | 74 |
| Binary | 10010000 | 10001111 | 10100010 | 1011 | 1100 | 0 | 100100 | 11110011 | 1001 | 111100 |
Color Harmonies of #908FA2
Complementary color
Monochromatic Colors of #908FA2
Black with #908FA2
Text Example
Text Example
White with #908FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FA2; }
p { color: rgb(144,143,162); }
H1.HeaderClassName
{
color: #908FA2;
}
.AnyTagClassName
{
color: #908FA2;
}
</style>
background-color css
<style>
a { background-color: #908FA2; }
a { background-color: rgb(144,143,162); }
div.DivClassName
{
background-color: #908FA2;
}
.BgClassName
{
background-color: #908FA2;
}
</style>
border-color css
<style>
span { border-color: #908FA2; }
span { border-color: rgb(144,143,162); }
td.TdClassName
{
border-color: #908FA2;
}
.TagClassName
{
border-color: #908FA2;
}
</style>