Shades of Spun Pearl #9E9CAB
Tints of Spun Pearl #9E9CAB
RGB
CMYK
RGB Variations
Color information
#9E9CAB (or 0x9E9CAB) is known color: Spun Pearl. HEX triplet: 9E, 9C and AB. RGB value is (158,156,171). Sum of RGB (Red+Green+Blue) = 158+156+171=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9CAB is #616354. Grayscale: #9E9E9E. Windows color (decimal): -6382421 or 11246750. OLE color: 11246750.
HSL color Cylindrical-coordinate representation of color #9E9CAB: hue angle of 248º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9E9CAB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 156 | 171 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.33 |
| HSL | 248º | 0.08% | 0.64% | - |
| HSV(B) | 248º | 0.09% | 0.67% | - |
| XYZ | 33.34 | 33.99 | 43.33 | - |
| YUV | 158.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 171 | 0.08 | 0.09 | 0 | 0.33 | 248 | 0.08 | 0.64 |
| Hex | 9E | 9C | AB | 8 | 9 | 0 | 21 | F8 | 8 | 40 |
| Octal | 236 | 234 | 253 | 10 | 11 | 0 | 41 | 370 | 10 | 100 |
| Binary | 10011110 | 10011100 | 10101011 | 1000 | 1001 | 0 | 100001 | 11111000 | 1000 | 1000000 |
Color Harmonies of #9E9CAB
Complementary color
Monochromatic Colors of #9E9CAB
Black with #9E9CAB
Text Example
Text Example
White with #9E9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CAB; }
p { color: rgb(158,156,171); }
H1.HeaderClassName
{
color: #9E9CAB;
}
.AnyTagClassName
{
color: #9E9CAB;
}
</style>
background-color css
<style>
a { background-color: #9E9CAB; }
a { background-color: rgb(158,156,171); }
div.DivClassName
{
background-color: #9E9CAB;
}
.BgClassName
{
background-color: #9E9CAB;
}
</style>
border-color css
<style>
span { border-color: #9E9CAB; }
span { border-color: rgb(158,156,171); }
td.TdClassName
{
border-color: #9E9CAB;
}
.TagClassName
{
border-color: #9E9CAB;
}
</style>