Shades of Spun Pearl #9E9CAC
Tints of Spun Pearl #9E9CAC
RGB
CMYK
RGB Variations
Color information
#9E9CAC (or 0x9E9CAC) is known color: Spun Pearl. HEX triplet: 9E, 9C and AC. RGB value is (158,156,172). Sum of RGB (Red+Green+Blue) = 158+156+172=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9CAC is #616353. Grayscale: #9E9E9E. Windows color (decimal): -6382420 or 11312286. OLE color: 11312286.
HSL color Cylindrical-coordinate representation of color #9E9CAC: hue angle of 247.5º degrees, saturation: 0.09, 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 #9E9CAC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 156 | 172 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.33 |
| HSL | 247.5º | 0.09% | 0.64% | - |
| HSV(B) | 247.5º | 0.09% | 0.67% | - |
| XYZ | 33.44 | 34.02 | 43.83 | - |
| YUV | 158.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 172 | 0.08 | 0.09 | 0 | 0.33 | 247.5 | 0.09 | 0.64 |
| Hex | 9E | 9C | AC | 8 | 9 | 0 | 21 | F8 | 9 | 40 |
| Octal | 236 | 234 | 254 | 10 | 11 | 0 | 41 | 370 | 11 | 100 |
| Binary | 10011110 | 10011100 | 10101100 | 1000 | 1001 | 0 | 100001 | 11111000 | 1001 | 1000000 |
Color Harmonies of #9E9CAC
Complementary color
Monochromatic Colors of #9E9CAC
Black with #9E9CAC
Text Example
Text Example
White with #9E9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CAC; }
p { color: rgb(158,156,172); }
H1.HeaderClassName
{
color: #9E9CAC;
}
.AnyTagClassName
{
color: #9E9CAC;
}
</style>
background-color css
<style>
a { background-color: #9E9CAC; }
a { background-color: rgb(158,156,172); }
div.DivClassName
{
background-color: #9E9CAC;
}
.BgClassName
{
background-color: #9E9CAC;
}
</style>
border-color css
<style>
span { border-color: #9E9CAC; }
span { border-color: rgb(158,156,172); }
td.TdClassName
{
border-color: #9E9CAC;
}
.TagClassName
{
border-color: #9E9CAC;
}
</style>