Shades of Grey Suit #9690AE
Tints of Grey Suit #9690AE
RGB
CMYK
RGB Variations
Color information
#9690AE (or 0x9690AE) is known color: Grey Suit. HEX triplet: 96, 90 and AE. RGB value is (150,144,174). Sum of RGB (Red+Green+Blue) = 150+144+174=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #9690AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690AE is #696F51. Grayscale: #959595. Windows color (decimal): -6909778 or 11440278. OLE color: 11440278.
HSL color Cylindrical-coordinate representation of color #9690AE: hue angle of 252º degrees, saturation: 0.16, 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 #9690AE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 144 | 174 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.32 |
| HSL | 252º | 0.16% | 0.62% | - |
| HSV(B) | 252º | 0.17% | 0.68% | - |
| XYZ | 30.19 | 29.49 | 44.14 | - |
| YUV | 149.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 174 | 0.14 | 0.17 | 0 | 0.32 | 252 | 0.16 | 0.62 |
| Hex | 96 | 90 | AE | E | 11 | 0 | 20 | FC | 10 | 3E |
| Octal | 226 | 220 | 256 | 16 | 21 | 0 | 40 | 374 | 20 | 76 |
| Binary | 10010110 | 10010000 | 10101110 | 1110 | 10001 | 0 | 100000 | 11111100 | 10000 | 111110 |
Color Harmonies of #9690AE
Complementary color
Monochromatic Colors of #9690AE
Black with #9690AE
Text Example
Text Example
White with #9690AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690AE; }
p { color: rgb(150,144,174); }
H1.HeaderClassName
{
color: #9690AE;
}
.AnyTagClassName
{
color: #9690AE;
}
</style>
background-color css
<style>
a { background-color: #9690AE; }
a { background-color: rgb(150,144,174); }
div.DivClassName
{
background-color: #9690AE;
}
.BgClassName
{
background-color: #9690AE;
}
</style>
border-color css
<style>
span { border-color: #9690AE; }
span { border-color: rgb(150,144,174); }
td.TdClassName
{
border-color: #9690AE;
}
.TagClassName
{
border-color: #9690AE;
}
</style>