Shades of Blue Bell #9BA0DB
Tints of Blue Bell #9BA0DB
RGB
CMYK
RGB Variations
Color information
#9BA0DB (or 0x9BA0DB) is known color: Blue Bell. HEX triplet: 9B, A0 and DB. RGB value is (155,160,219). Sum of RGB (Red+Green+Blue) = 155+160+219=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0DB is #645F24. Grayscale: #A4A4A4. Windows color (decimal): -6577957 or 14393499. OLE color: 14393499.
HSL color Cylindrical-coordinate representation of color #9BA0DB: hue angle of 235.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA0DB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 160 | 219 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.14 |
| HSL | 235.31º | 0.47% | 0.73% | - |
| HSV(B) | 235.31º | 0.29% | 0.86% | - |
| XYZ | 38.87 | 37.22 | 72.15 | - |
| YUV | 165.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 219 | 0.29 | 0.27 | 0 | 0.14 | 235.31 | 0.47 | 0.73 |
| Hex | 9B | A0 | DB | 1D | 1B | 0 | E | EB | 2F | 49 |
| Octal | 233 | 240 | 333 | 35 | 33 | 0 | 16 | 353 | 57 | 111 |
| Binary | 10011011 | 10100000 | 11011011 | 11101 | 11011 | 0 | 1110 | 11101011 | 101111 | 1001001 |
Color Harmonies of #9BA0DB
Complementary color
Monochromatic Colors of #9BA0DB
Black with #9BA0DB
Text Example
Text Example
White with #9BA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0DB; }
p { color: rgb(155,160,219); }
H1.HeaderClassName
{
color: #9BA0DB;
}
.AnyTagClassName
{
color: #9BA0DB;
}
</style>
background-color css
<style>
a { background-color: #9BA0DB; }
a { background-color: rgb(155,160,219); }
div.DivClassName
{
background-color: #9BA0DB;
}
.BgClassName
{
background-color: #9BA0DB;
}
</style>
border-color css
<style>
span { border-color: #9BA0DB; }
span { border-color: rgb(155,160,219); }
td.TdClassName
{
border-color: #9BA0DB;
}
.TagClassName
{
border-color: #9BA0DB;
}
</style>