Shades of Blue Bell #9D9FCD
Tints of Blue Bell #9D9FCD
RGB
CMYK
RGB Variations
Color information
#9D9FCD (or 0x9D9FCD) is known color: Blue Bell. HEX triplet: 9D, 9F and CD. RGB value is (157,159,205). Sum of RGB (Red+Green+Blue) = 157+159+205=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCD is #626032. Grayscale: #A3A3A3. Windows color (decimal): -6447155 or 13475741. OLE color: 13475741.
HSL color Cylindrical-coordinate representation of color #9D9FCD: hue angle of 237.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9FCD is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 159 | 205 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.20 |
| HSL | 237.5º | 0.32% | 0.71% | - |
| HSV(B) | 237.5º | 0.23% | 0.8% | - |
| XYZ | 37.32 | 36.37 | 62.81 | - |
| YUV | 163.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 205 | 0.23 | 0.22 | 0 | 0.20 | 237.5 | 0.32 | 0.71 |
| Hex | 9D | 9F | CD | 17 | 16 | 0 | 14 | EE | 20 | 47 |
| Octal | 235 | 237 | 315 | 27 | 26 | 0 | 24 | 356 | 40 | 107 |
| Binary | 10011101 | 10011111 | 11001101 | 10111 | 10110 | 0 | 10100 | 11101110 | 100000 | 1000111 |
Color Harmonies of #9D9FCD
Complementary color
Monochromatic Colors of #9D9FCD
Black with #9D9FCD
Text Example
Text Example
White with #9D9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FCD; }
p { color: rgb(157,159,205); }
H1.HeaderClassName
{
color: #9D9FCD;
}
.AnyTagClassName
{
color: #9D9FCD;
}
</style>
background-color css
<style>
a { background-color: #9D9FCD; }
a { background-color: rgb(157,159,205); }
div.DivClassName
{
background-color: #9D9FCD;
}
.BgClassName
{
background-color: #9D9FCD;
}
</style>
border-color css
<style>
span { border-color: #9D9FCD; }
span { border-color: rgb(157,159,205); }
td.TdClassName
{
border-color: #9D9FCD;
}
.TagClassName
{
border-color: #9D9FCD;
}
</style>