Shades of Grey Suit #9691A5
Tints of Grey Suit #9691A5
RGB
CMYK
RGB Variations
Color information
#9691A5 (or 0x9691A5) is known color: Grey Suit. HEX triplet: 96, 91 and A5. RGB value is (150,145,165). Sum of RGB (Red+Green+Blue) = 150+145+165=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 165 - color contains mainly: blue. Hex color #9691A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9691A5 is #696E5A. Grayscale: #949494. Windows color (decimal): -6909531 or 10850710. OLE color: 10850710.
HSL color Cylindrical-coordinate representation of color #9691A5: hue angle of 255º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9691A5 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 145 | 165 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.35 |
| HSL | 255º | 0.1% | 0.61% | - |
| HSV(B) | 255º | 0.12% | 0.65% | - |
| XYZ | 29.49 | 29.45 | 39.73 | - |
| YUV | 148.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 165 | 0.09 | 0.12 | 0 | 0.35 | 255 | 0.1 | 0.61 |
| Hex | 96 | 91 | A5 | 9 | C | 0 | 23 | FF | A | 3D |
| Octal | 226 | 221 | 245 | 11 | 14 | 0 | 43 | 377 | 12 | 75 |
| Binary | 10010110 | 10010001 | 10100101 | 1001 | 1100 | 0 | 100011 | 11111111 | 1010 | 111101 |
Color Harmonies of #9691A5
Complementary color
Monochromatic Colors of #9691A5
Black with #9691A5
Text Example
Text Example
White with #9691A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9691A5; }
p { color: rgb(150,145,165); }
H1.HeaderClassName
{
color: #9691A5;
}
.AnyTagClassName
{
color: #9691A5;
}
</style>
background-color css
<style>
a { background-color: #9691A5; }
a { background-color: rgb(150,145,165); }
div.DivClassName
{
background-color: #9691A5;
}
.BgClassName
{
background-color: #9691A5;
}
</style>
border-color css
<style>
span { border-color: #9691A5; }
span { border-color: rgb(150,145,165); }
td.TdClassName
{
border-color: #9691A5;
}
.TagClassName
{
border-color: #9691A5;
}
</style>