Shades of Grey Suit #9691AB
Tints of Grey Suit #9691AB
RGB
CMYK
RGB Variations
Color information
#9691AB (or 0x9691AB) is known color: Grey Suit. HEX triplet: 96, 91 and AB. RGB value is (150,145,171). Sum of RGB (Red+Green+Blue) = 150+145+171=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9691AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9691AB is #696E54. Grayscale: #959595. Windows color (decimal): -6909525 or 11243926. OLE color: 11243926.
HSL color Cylindrical-coordinate representation of color #9691AB: hue angle of 251.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9691AB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 145 | 171 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.33 |
| HSL | 251.54º | 0.13% | 0.62% | - |
| HSV(B) | 251.54º | 0.15% | 0.67% | - |
| XYZ | 30.05 | 29.68 | 42.67 | - |
| YUV | 149.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 171 | 0.12 | 0.15 | 0 | 0.33 | 251.54 | 0.13 | 0.62 |
| Hex | 96 | 91 | AB | C | F | 0 | 21 | FC | D | 3E |
| Octal | 226 | 221 | 253 | 14 | 17 | 0 | 41 | 374 | 15 | 76 |
| Binary | 10010110 | 10010001 | 10101011 | 1100 | 1111 | 0 | 100001 | 11111100 | 1101 | 111110 |
Color Harmonies of #9691AB
Complementary color
Monochromatic Colors of #9691AB
Black with #9691AB
Text Example
Text Example
White with #9691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9691AB; }
p { color: rgb(150,145,171); }
H1.HeaderClassName
{
color: #9691AB;
}
.AnyTagClassName
{
color: #9691AB;
}
</style>
background-color css
<style>
a { background-color: #9691AB; }
a { background-color: rgb(150,145,171); }
div.DivClassName
{
background-color: #9691AB;
}
.BgClassName
{
background-color: #9691AB;
}
</style>
border-color css
<style>
span { border-color: #9691AB; }
span { border-color: rgb(150,145,171); }
td.TdClassName
{
border-color: #9691AB;
}
.TagClassName
{
border-color: #9691AB;
}
</style>