Shades of Spun Pearl #9E9BA7
Tints of Spun Pearl #9E9BA7
RGB
CMYK
RGB Variations
Color information
#9E9BA7 (or 0x9E9BA7) is known color: Spun Pearl. HEX triplet: 9E, 9B and A7. RGB value is (158,155,167). Sum of RGB (Red+Green+Blue) = 158+155+167=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E9BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9BA7 is #616458. Grayscale: #9D9D9D. Windows color (decimal): -6382681 or 10984350. OLE color: 10984350.
HSL color Cylindrical-coordinate representation of color #9E9BA7: hue angle of 255º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E9BA7 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 155 | 167 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.35 |
| HSL | 255º | 0.06% | 0.63% | - |
| HSV(B) | 255º | 0.07% | 0.65% | - |
| XYZ | 32.8 | 33.5 | 41.3 | - |
| YUV | 157.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 167 | 0.05 | 0.07 | 0 | 0.35 | 255 | 0.06 | 0.63 |
| Hex | 9E | 9B | A7 | 5 | 7 | 0 | 23 | FF | 6 | 3F |
| Octal | 236 | 233 | 247 | 5 | 7 | 0 | 43 | 377 | 6 | 77 |
| Binary | 10011110 | 10011011 | 10100111 | 101 | 111 | 0 | 100011 | 11111111 | 110 | 111111 |
Color Harmonies of #9E9BA7
Complementary color
Monochromatic Colors of #9E9BA7
Black with #9E9BA7
Text Example
Text Example
White with #9E9BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BA7; }
p { color: rgb(158,155,167); }
H1.HeaderClassName
{
color: #9E9BA7;
}
.AnyTagClassName
{
color: #9E9BA7;
}
</style>
background-color css
<style>
a { background-color: #9E9BA7; }
a { background-color: rgb(158,155,167); }
div.DivClassName
{
background-color: #9E9BA7;
}
.BgClassName
{
background-color: #9E9BA7;
}
</style>
border-color css
<style>
span { border-color: #9E9BA7; }
span { border-color: rgb(158,155,167); }
td.TdClassName
{
border-color: #9E9BA7;
}
.TagClassName
{
border-color: #9E9BA7;
}
</style>