Shades of Spun Pearl #9D9AAE
Tints of Spun Pearl #9D9AAE
RGB
CMYK
RGB Variations
Color information
#9D9AAE (or 0x9D9AAE) is known color: Spun Pearl. HEX triplet: 9D, 9A and AE. RGB value is (157,154,174). Sum of RGB (Red+Green+Blue) = 157+154+174=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AAE is #626551. Grayscale: #9D9D9D. Windows color (decimal): -6448466 or 11442845. OLE color: 11442845.
HSL color Cylindrical-coordinate representation of color #9D9AAE: hue angle of 249º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D9AAE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 154 | 174 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.32 |
| HSL | 249º | 0.11% | 0.64% | - |
| HSV(B) | 249º | 0.11% | 0.68% | - |
| XYZ | 33.1 | 33.34 | 44.73 | - |
| YUV | 157.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 174 | 0.10 | 0.11 | 0 | 0.32 | 249 | 0.11 | 0.64 |
| Hex | 9D | 9A | AE | A | B | 0 | 20 | F9 | B | 40 |
| Octal | 235 | 232 | 256 | 12 | 13 | 0 | 40 | 371 | 13 | 100 |
| Binary | 10011101 | 10011010 | 10101110 | 1010 | 1011 | 0 | 100000 | 11111001 | 1011 | 1000000 |
Color Harmonies of #9D9AAE
Complementary color
Monochromatic Colors of #9D9AAE
Black with #9D9AAE
Text Example
Text Example
White with #9D9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AAE; }
p { color: rgb(157,154,174); }
H1.HeaderClassName
{
color: #9D9AAE;
}
.AnyTagClassName
{
color: #9D9AAE;
}
</style>
background-color css
<style>
a { background-color: #9D9AAE; }
a { background-color: rgb(157,154,174); }
div.DivClassName
{
background-color: #9D9AAE;
}
.BgClassName
{
background-color: #9D9AAE;
}
</style>
border-color css
<style>
span { border-color: #9D9AAE; }
span { border-color: rgb(157,154,174); }
td.TdClassName
{
border-color: #9D9AAE;
}
.TagClassName
{
border-color: #9D9AAE;
}
</style>