Shades of Blue Bell #9D9CCC
Tints of Blue Bell #9D9CCC
RGB
CMYK
RGB Variations
Color information
#9D9CCC (or 0x9D9CCC) is known color: Blue Bell. HEX triplet: 9D, 9C and CC. RGB value is (157,156,204). Sum of RGB (Red+Green+Blue) = 157+156+204=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CCC is #626333. Grayscale: #A1A1A1. Windows color (decimal): -6447924 or 13409437. OLE color: 13409437.
HSL color Cylindrical-coordinate representation of color #9D9CCC: hue angle of 241.25º degrees, saturation: 0.32, 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 #9D9CCC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 156 | 204 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.2 |
| HSL | 241.25º | 0.32% | 0.71% | - |
| HSV(B) | 241.25º | 0.24% | 0.8% | - |
| XYZ | 36.69 | 35.3 | 62.01 | - |
| YUV | 161.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 204 | 0.23 | 0.24 | 0 | 0.2 | 241.25 | 0.32 | 0.71 |
| Hex | 9D | 9C | CC | 17 | 18 | 0 | 14 | F1 | 20 | 47 |
| Octal | 235 | 234 | 314 | 27 | 30 | 0 | 24 | 361 | 40 | 107 |
| Binary | 10011101 | 10011100 | 11001100 | 10111 | 11000 | 0 | 10100 | 11110001 | 100000 | 1000111 |
Color Harmonies of #9D9CCC
Complementary color
Monochromatic Colors of #9D9CCC
Black with #9D9CCC
Text Example
Text Example
White with #9D9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CCC; }
p { color: rgb(157,156,204); }
H1.HeaderClassName
{
color: #9D9CCC;
}
.AnyTagClassName
{
color: #9D9CCC;
}
</style>
background-color css
<style>
a { background-color: #9D9CCC; }
a { background-color: rgb(157,156,204); }
div.DivClassName
{
background-color: #9D9CCC;
}
.BgClassName
{
background-color: #9D9CCC;
}
</style>
border-color css
<style>
span { border-color: #9D9CCC; }
span { border-color: rgb(157,156,204); }
td.TdClassName
{
border-color: #9D9CCC;
}
.TagClassName
{
border-color: #9D9CCC;
}
</style>