Shades of Blue Bell #9B9DDD
Tints of Blue Bell #9B9DDD
RGB
CMYK
RGB Variations
Color information
#9B9DDD (or 0x9B9DDD) is known color: Blue Bell. HEX triplet: 9B, 9D and DD. RGB value is (155,157,221). Sum of RGB (Red+Green+Blue) = 155+157+221=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DDD is #646222. Grayscale: #A3A3A3. Windows color (decimal): -6578723 or 14523803. OLE color: 14523803.
HSL color Cylindrical-coordinate representation of color #9B9DDD: hue angle of 238.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9DDD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 157 | 221 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.13 |
| HSL | 238.18º | 0.49% | 0.74% | - |
| HSV(B) | 238.18º | 0.3% | 0.87% | - |
| XYZ | 38.63 | 36.3 | 73.38 | - |
| YUV | 163.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 221 | 0.30 | 0.29 | 0 | 0.13 | 238.18 | 0.49 | 0.74 |
| Hex | 9B | 9D | DD | 1E | 1D | 0 | D | EE | 31 | 4A |
| Octal | 233 | 235 | 335 | 36 | 35 | 0 | 15 | 356 | 61 | 112 |
| Binary | 10011011 | 10011101 | 11011101 | 11110 | 11101 | 0 | 1101 | 11101110 | 110001 | 1001010 |
Color Harmonies of #9B9DDD
Complementary color
Monochromatic Colors of #9B9DDD
Black with #9B9DDD
Text Example
Text Example
White with #9B9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9DDD; }
p { color: rgb(155,157,221); }
H1.HeaderClassName
{
color: #9B9DDD;
}
.AnyTagClassName
{
color: #9B9DDD;
}
</style>
background-color css
<style>
a { background-color: #9B9DDD; }
a { background-color: rgb(155,157,221); }
div.DivClassName
{
background-color: #9B9DDD;
}
.BgClassName
{
background-color: #9B9DDD;
}
</style>
border-color css
<style>
span { border-color: #9B9DDD; }
span { border-color: rgb(155,157,221); }
td.TdClassName
{
border-color: #9B9DDD;
}
.TagClassName
{
border-color: #9B9DDD;
}
</style>