Shades of Spun Pearl #9E9BA9
Tints of Spun Pearl #9E9BA9
RGB
CMYK
RGB Variations
Color information
#9E9BA9 (or 0x9E9BA9) is known color: Spun Pearl. HEX triplet: 9E, 9B and A9. RGB value is (158,155,169). Sum of RGB (Red+Green+Blue) = 158+155+169=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9BA9 is #616456. Grayscale: #9D9D9D. Windows color (decimal): -6382679 or 11115422. OLE color: 11115422.
HSL color Cylindrical-coordinate representation of color #9E9BA9: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9BA9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 155 | 169 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.34 |
| HSL | 252.86º | 0.08% | 0.64% | - |
| HSV(B) | 252.86º | 0.08% | 0.66% | - |
| XYZ | 32.98 | 33.58 | 42.28 | - |
| YUV | 157.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 169 | 0.07 | 0.08 | 0 | 0.34 | 252.86 | 0.08 | 0.64 |
| Hex | 9E | 9B | A9 | 7 | 8 | 0 | 22 | FD | 8 | 40 |
| Octal | 236 | 233 | 251 | 7 | 10 | 0 | 42 | 375 | 10 | 100 |
| Binary | 10011110 | 10011011 | 10101001 | 111 | 1000 | 0 | 100010 | 11111101 | 1000 | 1000000 |
Color Harmonies of #9E9BA9
Complementary color
Monochromatic Colors of #9E9BA9
Black with #9E9BA9
Text Example
Text Example
White with #9E9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BA9; }
p { color: rgb(158,155,169); }
H1.HeaderClassName
{
color: #9E9BA9;
}
.AnyTagClassName
{
color: #9E9BA9;
}
</style>
background-color css
<style>
a { background-color: #9E9BA9; }
a { background-color: rgb(158,155,169); }
div.DivClassName
{
background-color: #9E9BA9;
}
.BgClassName
{
background-color: #9E9BA9;
}
</style>
border-color css
<style>
span { border-color: #9E9BA9; }
span { border-color: rgb(158,155,169); }
td.TdClassName
{
border-color: #9E9BA9;
}
.TagClassName
{
border-color: #9E9BA9;
}
</style>