Shades of Blue Bell #9D9BCD
Tints of Blue Bell #9D9BCD
RGB
CMYK
RGB Variations
Color information
#9D9BCD (or 0x9D9BCD) is known color: Blue Bell. HEX triplet: 9D, 9B and CD. RGB value is (157,155,205). Sum of RGB (Red+Green+Blue) = 157+155+205=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BCD is #626432. Grayscale: #A1A1A1. Windows color (decimal): -6448179 or 13474717. OLE color: 13474717.
HSL color Cylindrical-coordinate representation of color #9D9BCD: hue angle of 242.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D9BCD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 155 | 205 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.20 |
| HSL | 242.4º | 0.33% | 0.71% | - |
| HSV(B) | 242.4º | 0.24% | 0.8% | - |
| XYZ | 36.65 | 35.02 | 62.59 | - |
| YUV | 161.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 205 | 0.23 | 0.24 | 0 | 0.20 | 242.4 | 0.33 | 0.71 |
| Hex | 9D | 9B | CD | 17 | 18 | 0 | 14 | F2 | 21 | 47 |
| Octal | 235 | 233 | 315 | 27 | 30 | 0 | 24 | 362 | 41 | 107 |
| Binary | 10011101 | 10011011 | 11001101 | 10111 | 11000 | 0 | 10100 | 11110010 | 100001 | 1000111 |
Color Harmonies of #9D9BCD
Complementary color
Monochromatic Colors of #9D9BCD
Black with #9D9BCD
Text Example
Text Example
White with #9D9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BCD; }
p { color: rgb(157,155,205); }
H1.HeaderClassName
{
color: #9D9BCD;
}
.AnyTagClassName
{
color: #9D9BCD;
}
</style>
background-color css
<style>
a { background-color: #9D9BCD; }
a { background-color: rgb(157,155,205); }
div.DivClassName
{
background-color: #9D9BCD;
}
.BgClassName
{
background-color: #9D9BCD;
}
</style>
border-color css
<style>
span { border-color: #9D9BCD; }
span { border-color: rgb(157,155,205); }
td.TdClassName
{
border-color: #9D9BCD;
}
.TagClassName
{
border-color: #9D9BCD;
}
</style>