Shades of Grey Suit #9694A0
Tints of Grey Suit #9694A0
RGB
CMYK
RGB Variations
Color information
#9694A0 (or 0x9694A0) is known color: Grey Suit. HEX triplet: 96, 94 and A0. RGB value is (150,148,160). Sum of RGB (Red+Green+Blue) = 150+148+160=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 160 - color contains mainly: blue. Hex color #9694A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9694A0 is #696B5F. Grayscale: #959595. Windows color (decimal): -6908768 or 10523798. OLE color: 10523798.
HSL color Cylindrical-coordinate representation of color #9694A0: hue angle of 250º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9694A0 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 148 | 160 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.37 |
| HSL | 250º | 0.06% | 0.6% | - |
| HSV(B) | 250º | 0.07% | 0.63% | - |
| XYZ | 29.51 | 30.2 | 37.53 | - |
| YUV | 149.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 160 | 0.06 | 0.07 | 0 | 0.37 | 250 | 0.06 | 0.6 |
| Hex | 96 | 94 | A0 | 6 | 7 | 0 | 25 | FA | 6 | 3C |
| Octal | 226 | 224 | 240 | 6 | 7 | 0 | 45 | 372 | 6 | 74 |
| Binary | 10010110 | 10010100 | 10100000 | 110 | 111 | 0 | 100101 | 11111010 | 110 | 111100 |
Color Harmonies of #9694A0
Complementary color
Monochromatic Colors of #9694A0
Black with #9694A0
Text Example
Text Example
White with #9694A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694A0; }
p { color: rgb(150,148,160); }
H1.HeaderClassName
{
color: #9694A0;
}
.AnyTagClassName
{
color: #9694A0;
}
</style>
background-color css
<style>
a { background-color: #9694A0; }
a { background-color: rgb(150,148,160); }
div.DivClassName
{
background-color: #9694A0;
}
.BgClassName
{
background-color: #9694A0;
}
</style>
border-color css
<style>
span { border-color: #9694A0; }
span { border-color: rgb(150,148,160); }
td.TdClassName
{
border-color: #9694A0;
}
.TagClassName
{
border-color: #9694A0;
}
</style>