Shades of Grey Suit #9995A8
Tints of Grey Suit #9995A8
RGB
CMYK
RGB Variations
Color information
#9995A8 (or 0x9995A8) is known color: Grey Suit. HEX triplet: 99, 95 and A8. RGB value is (153,149,168). Sum of RGB (Red+Green+Blue) = 153+149+168=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: blue. Hex color #9995A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9995A8 is #666A57. Grayscale: #989898. Windows color (decimal): -6711896 or 11048345. OLE color: 11048345.
HSL color Cylindrical-coordinate representation of color #9995A8: hue angle of 252.63º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9995A8 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 149 | 168 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.34 |
| HSL | 252.63º | 0.1% | 0.62% | - |
| HSV(B) | 252.63º | 0.11% | 0.66% | - |
| XYZ | 30.95 | 31.09 | 41.42 | - |
| YUV | 152.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 168 | 0.09 | 0.11 | 0 | 0.34 | 252.63 | 0.1 | 0.62 |
| Hex | 99 | 95 | A8 | 9 | B | 0 | 22 | FD | A | 3E |
| Octal | 231 | 225 | 250 | 11 | 13 | 0 | 42 | 375 | 12 | 76 |
| Binary | 10011001 | 10010101 | 10101000 | 1001 | 1011 | 0 | 100010 | 11111101 | 1010 | 111110 |
Color Harmonies of #9995A8
Complementary color
Monochromatic Colors of #9995A8
Black with #9995A8
Text Example
Text Example
White with #9995A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995A8; }
p { color: rgb(153,149,168); }
H1.HeaderClassName
{
color: #9995A8;
}
.AnyTagClassName
{
color: #9995A8;
}
</style>
background-color css
<style>
a { background-color: #9995A8; }
a { background-color: rgb(153,149,168); }
div.DivClassName
{
background-color: #9995A8;
}
.BgClassName
{
background-color: #9995A8;
}
</style>
border-color css
<style>
span { border-color: #9995A8; }
span { border-color: rgb(153,149,168); }
td.TdClassName
{
border-color: #9995A8;
}
.TagClassName
{
border-color: #9995A8;
}
</style>