Shades of Grey Suit #908CA7
Tints of Grey Suit #908CA7
RGB
CMYK
RGB Variations
Color information
#908CA7 (or 0x908CA7) is known color: Grey Suit. HEX triplet: 90, 8C and A7. RGB value is (144,140,167). Sum of RGB (Red+Green+Blue) = 144+140+167=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 167 - color contains mainly: blue. Hex color #908CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908CA7 is #6F7358. Grayscale: #909090. Windows color (decimal): -7304025 or 10980496. OLE color: 10980496.
HSL color Cylindrical-coordinate representation of color #908CA7: hue angle of 248.89º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908CA7 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 140 | 167 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.35 |
| HSL | 248.89º | 0.13% | 0.6% | - |
| HSV(B) | 248.89º | 0.16% | 0.65% | - |
| XYZ | 27.85 | 27.48 | 40.39 | - |
| YUV | 144.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 167 | 0.14 | 0.16 | 0 | 0.35 | 248.89 | 0.13 | 0.6 |
| Hex | 90 | 8C | A7 | E | 10 | 0 | 23 | F9 | D | 3C |
| Octal | 220 | 214 | 247 | 16 | 20 | 0 | 43 | 371 | 15 | 74 |
| Binary | 10010000 | 10001100 | 10100111 | 1110 | 10000 | 0 | 100011 | 11111001 | 1101 | 111100 |
Color Harmonies of #908CA7
Complementary color
Monochromatic Colors of #908CA7
Black with #908CA7
Text Example
Text Example
White with #908CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CA7; }
p { color: rgb(144,140,167); }
H1.HeaderClassName
{
color: #908CA7;
}
.AnyTagClassName
{
color: #908CA7;
}
</style>
background-color css
<style>
a { background-color: #908CA7; }
a { background-color: rgb(144,140,167); }
div.DivClassName
{
background-color: #908CA7;
}
.BgClassName
{
background-color: #908CA7;
}
</style>
border-color css
<style>
span { border-color: #908CA7; }
span { border-color: rgb(144,140,167); }
td.TdClassName
{
border-color: #908CA7;
}
.TagClassName
{
border-color: #908CA7;
}
</style>