Shades of Blue Bell #9B9ADB
Tints of Blue Bell #9B9ADB
RGB
CMYK
RGB Variations
Color information
#9B9ADB (or 0x9B9ADB) is known color: Blue Bell. HEX triplet: 9B, 9A and DB. RGB value is (155,154,219). Sum of RGB (Red+Green+Blue) = 155+154+219=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ADB is #646524. Grayscale: #A1A1A1. Windows color (decimal): -6579493 or 14391963. OLE color: 14391963.
HSL color Cylindrical-coordinate representation of color #9B9ADB: hue angle of 240.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9ADB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 154 | 219 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.14 |
| HSL | 240.92º | 0.47% | 0.73% | - |
| HSV(B) | 240.92º | 0.3% | 0.86% | - |
| XYZ | 37.86 | 35.19 | 71.82 | - |
| YUV | 161.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 219 | 0.29 | 0.30 | 0 | 0.14 | 240.92 | 0.47 | 0.73 |
| Hex | 9B | 9A | DB | 1D | 1E | 0 | E | F1 | 2F | 49 |
| Octal | 233 | 232 | 333 | 35 | 36 | 0 | 16 | 361 | 57 | 111 |
| Binary | 10011011 | 10011010 | 11011011 | 11101 | 11110 | 0 | 1110 | 11110001 | 101111 | 1001001 |
Color Harmonies of #9B9ADB
Complementary color
Monochromatic Colors of #9B9ADB
Black with #9B9ADB
Text Example
Text Example
White with #9B9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9ADB; }
p { color: rgb(155,154,219); }
H1.HeaderClassName
{
color: #9B9ADB;
}
.AnyTagClassName
{
color: #9B9ADB;
}
</style>
background-color css
<style>
a { background-color: #9B9ADB; }
a { background-color: rgb(155,154,219); }
div.DivClassName
{
background-color: #9B9ADB;
}
.BgClassName
{
background-color: #9B9ADB;
}
</style>
border-color css
<style>
span { border-color: #9B9ADB; }
span { border-color: rgb(155,154,219); }
td.TdClassName
{
border-color: #9B9ADB;
}
.TagClassName
{
border-color: #9B9ADB;
}
</style>