Shades of Grey Suit #9690A2
Tints of Grey Suit #9690A2
RGB
CMYK
RGB Variations
Color information
#9690A2 (or 0x9690A2) is known color: Grey Suit. HEX triplet: 96, 90 and A2. RGB value is (150,144,162). Sum of RGB (Red+Green+Blue) = 150+144+162=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 162 - color contains mainly: blue. Hex color #9690A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690A2 is #696F5D. Grayscale: #939393. Windows color (decimal): -6909790 or 10653846. OLE color: 10653846.
HSL color Cylindrical-coordinate representation of color #9690A2: hue angle of 260º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9690A2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 144 | 162 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.36 |
| HSL | 260º | 0.09% | 0.6% | - |
| HSV(B) | 260º | 0.11% | 0.64% | - |
| XYZ | 29.07 | 29.04 | 38.26 | - |
| YUV | 147.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 162 | 0.07 | 0.11 | 0 | 0.36 | 260 | 0.09 | 0.6 |
| Hex | 96 | 90 | A2 | 7 | B | 0 | 24 | 104 | 9 | 3C |
| Octal | 226 | 220 | 242 | 7 | 13 | 0 | 44 | 404 | 11 | 74 |
| Binary | 10010110 | 10010000 | 10100010 | 111 | 1011 | 0 | 100100 | 100000100 | 1001 | 111100 |
Color Harmonies of #9690A2
Complementary color
Monochromatic Colors of #9690A2
Black with #9690A2
Text Example
Text Example
White with #9690A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690A2; }
p { color: rgb(150,144,162); }
H1.HeaderClassName
{
color: #9690A2;
}
.AnyTagClassName
{
color: #9690A2;
}
</style>
background-color css
<style>
a { background-color: #9690A2; }
a { background-color: rgb(150,144,162); }
div.DivClassName
{
background-color: #9690A2;
}
.BgClassName
{
background-color: #9690A2;
}
</style>
border-color css
<style>
span { border-color: #9690A2; }
span { border-color: rgb(150,144,162); }
td.TdClassName
{
border-color: #9690A2;
}
.TagClassName
{
border-color: #9690A2;
}
</style>