Shades of Blue Bell #9B9FDB
Tints of Blue Bell #9B9FDB
RGB
CMYK
RGB Variations
Color information
#9B9FDB (or 0x9B9FDB) is known color: Blue Bell. HEX triplet: 9B, 9F and DB. RGB value is (155,159,219). Sum of RGB (Red+Green+Blue) = 155+159+219=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FDB is #646024. Grayscale: #A4A4A4. Windows color (decimal): -6578213 or 14393243. OLE color: 14393243.
HSL color Cylindrical-coordinate representation of color #9B9FDB: hue angle of 236.25º 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 #9B9FDB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 159 | 219 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.14 |
| HSL | 236.25º | 0.47% | 0.73% | - |
| HSV(B) | 236.25º | 0.29% | 0.86% | - |
| XYZ | 38.7 | 36.88 | 72.1 | - |
| YUV | 164.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 219 | 0.29 | 0.27 | 0 | 0.14 | 236.25 | 0.47 | 0.73 |
| Hex | 9B | 9F | DB | 1D | 1B | 0 | E | EC | 2F | 49 |
| Octal | 233 | 237 | 333 | 35 | 33 | 0 | 16 | 354 | 57 | 111 |
| Binary | 10011011 | 10011111 | 11011011 | 11101 | 11011 | 0 | 1110 | 11101100 | 101111 | 1001001 |
Color Harmonies of #9B9FDB
Complementary color
Monochromatic Colors of #9B9FDB
Black with #9B9FDB
Text Example
Text Example
White with #9B9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9FDB; }
p { color: rgb(155,159,219); }
H1.HeaderClassName
{
color: #9B9FDB;
}
.AnyTagClassName
{
color: #9B9FDB;
}
</style>
background-color css
<style>
a { background-color: #9B9FDB; }
a { background-color: rgb(155,159,219); }
div.DivClassName
{
background-color: #9B9FDB;
}
.BgClassName
{
background-color: #9B9FDB;
}
</style>
border-color css
<style>
span { border-color: #9B9FDB; }
span { border-color: rgb(155,159,219); }
td.TdClassName
{
border-color: #9B9FDB;
}
.TagClassName
{
border-color: #9B9FDB;
}
</style>