Shades of Spun Pearl #9E9AB0
Tints of Spun Pearl #9E9AB0
RGB
CMYK
RGB Variations
Color information
#9E9AB0 (or 0x9E9AB0) is known color: Spun Pearl. HEX triplet: 9E, 9A and B0. RGB value is (158,154,176). Sum of RGB (Red+Green+Blue) = 158+154+176=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #9E9AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9AB0 is #61654F. Grayscale: #9D9D9D. Windows color (decimal): -6382928 or 11573918. OLE color: 11573918.
HSL color Cylindrical-coordinate representation of color #9E9AB0: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E9AB0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 154 | 176 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.31 |
| HSL | 250.91º | 0.12% | 0.65% | - |
| HSV(B) | 250.91º | 0.13% | 0.69% | - |
| XYZ | 33.49 | 33.51 | 45.78 | - |
| YUV | 157.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 176 | 0.10 | 0.12 | 0 | 0.31 | 250.91 | 0.12 | 0.65 |
| Hex | 9E | 9A | B0 | A | C | 0 | 1F | FB | C | 41 |
| Octal | 236 | 232 | 260 | 12 | 14 | 0 | 37 | 373 | 14 | 101 |
| Binary | 10011110 | 10011010 | 10110000 | 1010 | 1100 | 0 | 11111 | 11111011 | 1100 | 1000001 |
Color Harmonies of #9E9AB0
Complementary color
Monochromatic Colors of #9E9AB0
Black with #9E9AB0
Text Example
Text Example
White with #9E9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9AB0; }
p { color: rgb(158,154,176); }
H1.HeaderClassName
{
color: #9E9AB0;
}
.AnyTagClassName
{
color: #9E9AB0;
}
</style>
background-color css
<style>
a { background-color: #9E9AB0; }
a { background-color: rgb(158,154,176); }
div.DivClassName
{
background-color: #9E9AB0;
}
.BgClassName
{
background-color: #9E9AB0;
}
</style>
border-color css
<style>
span { border-color: #9E9AB0; }
span { border-color: rgb(158,154,176); }
td.TdClassName
{
border-color: #9E9AB0;
}
.TagClassName
{
border-color: #9E9AB0;
}
</style>