Shades of Grey Suit #9690A7
Tints of Grey Suit #9690A7
RGB
CMYK
RGB Variations
Color information
#9690A7 (or 0x9690A7) is known color: Grey Suit. HEX triplet: 96, 90 and A7. RGB value is (150,144,167). Sum of RGB (Red+Green+Blue) = 150+144+167=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 167 - color contains mainly: blue. Hex color #9690A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690A7 is #696F58. Grayscale: #949494. Windows color (decimal): -6909785 or 10981526. OLE color: 10981526.
HSL color Cylindrical-coordinate representation of color #9690A7: hue angle of 255.65º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9690A7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 144 | 167 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.35 |
| HSL | 255.65º | 0.12% | 0.61% | - |
| HSV(B) | 255.65º | 0.14% | 0.65% | - |
| XYZ | 29.53 | 29.22 | 40.64 | - |
| YUV | 148.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 167 | 0.10 | 0.14 | 0 | 0.35 | 255.65 | 0.12 | 0.61 |
| Hex | 96 | 90 | A7 | A | E | 0 | 23 | 100 | C | 3D |
| Octal | 226 | 220 | 247 | 12 | 16 | 0 | 43 | 400 | 14 | 75 |
| Binary | 10010110 | 10010000 | 10100111 | 1010 | 1110 | 0 | 100011 | 100000000 | 1100 | 111101 |
Color Harmonies of #9690A7
Complementary color
Monochromatic Colors of #9690A7
Black with #9690A7
Text Example
Text Example
White with #9690A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690A7; }
p { color: rgb(150,144,167); }
H1.HeaderClassName
{
color: #9690A7;
}
.AnyTagClassName
{
color: #9690A7;
}
</style>
background-color css
<style>
a { background-color: #9690A7; }
a { background-color: rgb(150,144,167); }
div.DivClassName
{
background-color: #9690A7;
}
.BgClassName
{
background-color: #9690A7;
}
</style>
border-color css
<style>
span { border-color: #9690A7; }
span { border-color: rgb(150,144,167); }
td.TdClassName
{
border-color: #9690A7;
}
.TagClassName
{
border-color: #9690A7;
}
</style>