Shades of Grey Suit #9692A9
Tints of Grey Suit #9692A9
RGB
CMYK
RGB Variations
Color information
#9692A9 (or 0x9692A9) is known color: Grey Suit. HEX triplet: 96, 92 and A9. RGB value is (150,146,169). Sum of RGB (Red+Green+Blue) = 150+146+169=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 169 - color contains mainly: blue. Hex color #9692A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9692A9 is #696D56. Grayscale: #959595. Windows color (decimal): -6909271 or 11113110. OLE color: 11113110.
HSL color Cylindrical-coordinate representation of color #9692A9: hue angle of 250.43º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9692A9 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 146 | 169 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.34 |
| HSL | 250.43º | 0.12% | 0.62% | - |
| HSV(B) | 250.43º | 0.14% | 0.66% | - |
| XYZ | 30.02 | 29.91 | 41.73 | - |
| YUV | 149.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 169 | 0.11 | 0.14 | 0 | 0.34 | 250.43 | 0.12 | 0.62 |
| Hex | 96 | 92 | A9 | B | E | 0 | 22 | FA | C | 3E |
| Octal | 226 | 222 | 251 | 13 | 16 | 0 | 42 | 372 | 14 | 76 |
| Binary | 10010110 | 10010010 | 10101001 | 1011 | 1110 | 0 | 100010 | 11111010 | 1100 | 111110 |
Color Harmonies of #9692A9
Complementary color
Monochromatic Colors of #9692A9
Black with #9692A9
Text Example
Text Example
White with #9692A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692A9; }
p { color: rgb(150,146,169); }
H1.HeaderClassName
{
color: #9692A9;
}
.AnyTagClassName
{
color: #9692A9;
}
</style>
background-color css
<style>
a { background-color: #9692A9; }
a { background-color: rgb(150,146,169); }
div.DivClassName
{
background-color: #9692A9;
}
.BgClassName
{
background-color: #9692A9;
}
</style>
border-color css
<style>
span { border-color: #9692A9; }
span { border-color: rgb(150,146,169); }
td.TdClassName
{
border-color: #9692A9;
}
.TagClassName
{
border-color: #9692A9;
}
</style>