Shades of Blue Bell #9D9CDD
Tints of Blue Bell #9D9CDD
RGB
CMYK
RGB Variations
Color information
#9D9CDD (or 0x9D9CDD) is known color: Blue Bell. HEX triplet: 9D, 9C and DD. RGB value is (157,156,221). Sum of RGB (Red+Green+Blue) = 157+156+221=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CDD is #626322. Grayscale: #A3A3A3. Windows color (decimal): -6447907 or 14523549. OLE color: 14523549.
HSL color Cylindrical-coordinate representation of color #9D9CDD: hue angle of 240.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9CDD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 156 | 221 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.13 |
| HSL | 240.92º | 0.49% | 0.74% | - |
| HSV(B) | 240.92º | 0.29% | 0.87% | - |
| XYZ | 38.84 | 36.17 | 73.34 | - |
| YUV | 163.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 221 | 0.29 | 0.29 | 0 | 0.13 | 240.92 | 0.49 | 0.74 |
| Hex | 9D | 9C | DD | 1D | 1D | 0 | D | F1 | 31 | 4A |
| Octal | 235 | 234 | 335 | 35 | 35 | 0 | 15 | 361 | 61 | 112 |
| Binary | 10011101 | 10011100 | 11011101 | 11101 | 11101 | 0 | 1101 | 11110001 | 110001 | 1001010 |
Color Harmonies of #9D9CDD
Complementary color
Monochromatic Colors of #9D9CDD
Black with #9D9CDD
Text Example
Text Example
White with #9D9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CDD; }
p { color: rgb(157,156,221); }
H1.HeaderClassName
{
color: #9D9CDD;
}
.AnyTagClassName
{
color: #9D9CDD;
}
</style>
background-color css
<style>
a { background-color: #9D9CDD; }
a { background-color: rgb(157,156,221); }
div.DivClassName
{
background-color: #9D9CDD;
}
.BgClassName
{
background-color: #9D9CDD;
}
</style>
border-color css
<style>
span { border-color: #9D9CDD; }
span { border-color: rgb(157,156,221); }
td.TdClassName
{
border-color: #9D9CDD;
}
.TagClassName
{
border-color: #9D9CDD;
}
</style>