Shades of Spun Pearl #9D9BAC
Tints of Spun Pearl #9D9BAC
RGB
CMYK
RGB Variations
Color information
#9D9BAC (or 0x9D9BAC) is known color: Spun Pearl. HEX triplet: 9D, 9B and AC. RGB value is (157,155,172). Sum of RGB (Red+Green+Blue) = 157+155+172=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9BAC is #626453. Grayscale: #9D9D9D. Windows color (decimal): -6448212 or 11312029. OLE color: 11312029.
HSL color Cylindrical-coordinate representation of color #9D9BAC: hue angle of 247.06º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D9BAC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 155 | 172 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.33 |
| HSL | 247.06º | 0.09% | 0.64% | - |
| HSV(B) | 247.06º | 0.1% | 0.67% | - |
| XYZ | 33.07 | 33.59 | 43.77 | - |
| YUV | 157.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 172 | 0.09 | 0.10 | 0 | 0.33 | 247.06 | 0.09 | 0.64 |
| Hex | 9D | 9B | AC | 9 | A | 0 | 21 | F7 | 9 | 40 |
| Octal | 235 | 233 | 254 | 11 | 12 | 0 | 41 | 367 | 11 | 100 |
| Binary | 10011101 | 10011011 | 10101100 | 1001 | 1010 | 0 | 100001 | 11110111 | 1001 | 1000000 |
Color Harmonies of #9D9BAC
Complementary color
Monochromatic Colors of #9D9BAC
Black with #9D9BAC
Text Example
Text Example
White with #9D9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BAC; }
p { color: rgb(157,155,172); }
H1.HeaderClassName
{
color: #9D9BAC;
}
.AnyTagClassName
{
color: #9D9BAC;
}
</style>
background-color css
<style>
a { background-color: #9D9BAC; }
a { background-color: rgb(157,155,172); }
div.DivClassName
{
background-color: #9D9BAC;
}
.BgClassName
{
background-color: #9D9BAC;
}
</style>
border-color css
<style>
span { border-color: #9D9BAC; }
span { border-color: rgb(157,155,172); }
td.TdClassName
{
border-color: #9D9BAC;
}
.TagClassName
{
border-color: #9D9BAC;
}
</style>