Shades of Grey Suit #9690AD
Tints of Grey Suit #9690AD
RGB
CMYK
RGB Variations
Color information
#9690AD (or 0x9690AD) is known color: Grey Suit. HEX triplet: 96, 90 and AD. RGB value is (150,144,173). Sum of RGB (Red+Green+Blue) = 150+144+173=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #9690AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690AD is #696F52. Grayscale: #949494. Windows color (decimal): -6909779 or 11374742. OLE color: 11374742.
HSL color Cylindrical-coordinate representation of color #9690AD: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9690AD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 144 | 173 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.32 |
| HSL | 252.41º | 0.15% | 0.62% | - |
| HSV(B) | 252.41º | 0.17% | 0.68% | - |
| XYZ | 30.09 | 29.45 | 43.63 | - |
| YUV | 149.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 173 | 0.13 | 0.17 | 0 | 0.32 | 252.41 | 0.15 | 0.62 |
| Hex | 96 | 90 | AD | D | 11 | 0 | 20 | FC | F | 3E |
| Octal | 226 | 220 | 255 | 15 | 21 | 0 | 40 | 374 | 17 | 76 |
| Binary | 10010110 | 10010000 | 10101101 | 1101 | 10001 | 0 | 100000 | 11111100 | 1111 | 111110 |
Color Harmonies of #9690AD
Complementary color
Monochromatic Colors of #9690AD
Black with #9690AD
Text Example
Text Example
White with #9690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690AD; }
p { color: rgb(150,144,173); }
H1.HeaderClassName
{
color: #9690AD;
}
.AnyTagClassName
{
color: #9690AD;
}
</style>
background-color css
<style>
a { background-color: #9690AD; }
a { background-color: rgb(150,144,173); }
div.DivClassName
{
background-color: #9690AD;
}
.BgClassName
{
background-color: #9690AD;
}
</style>
border-color css
<style>
span { border-color: #9690AD; }
span { border-color: rgb(150,144,173); }
td.TdClassName
{
border-color: #9690AD;
}
.TagClassName
{
border-color: #9690AD;
}
</style>