Shades of Blue Bell #9890DB
Tints of Blue Bell #9890DB
RGB
CMYK
RGB Variations
Color information
#9890DB (or 0x9890DB) is known color: Blue Bell. HEX triplet: 98, 90 and DB. RGB value is (152,144,219). Sum of RGB (Red+Green+Blue) = 152+144+219=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9890DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890DB is #676F24. Grayscale: #9A9A9A. Windows color (decimal): -6778661 or 14389400. OLE color: 14389400.
HSL color Cylindrical-coordinate representation of color #9890DB: hue angle of 246.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9890DB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 144 | 219 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.14 |
| HSL | 246.4º | 0.51% | 0.71% | - |
| HSV(B) | 246.4º | 0.34% | 0.86% | - |
| XYZ | 35.71 | 31.74 | 71.26 | - |
| YUV | 154.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 219 | 0.31 | 0.34 | 0 | 0.14 | 246.4 | 0.51 | 0.71 |
| Hex | 98 | 90 | DB | 1F | 22 | 0 | E | F6 | 33 | 47 |
| Octal | 230 | 220 | 333 | 37 | 42 | 0 | 16 | 366 | 63 | 107 |
| Binary | 10011000 | 10010000 | 11011011 | 11111 | 100010 | 0 | 1110 | 11110110 | 110011 | 1000111 |
Color Harmonies of #9890DB
Complementary color
Monochromatic Colors of #9890DB
Black with #9890DB
Text Example
Text Example
White with #9890DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890DB; }
p { color: rgb(152,144,219); }
H1.HeaderClassName
{
color: #9890DB;
}
.AnyTagClassName
{
color: #9890DB;
}
</style>
background-color css
<style>
a { background-color: #9890DB; }
a { background-color: rgb(152,144,219); }
div.DivClassName
{
background-color: #9890DB;
}
.BgClassName
{
background-color: #9890DB;
}
</style>
border-color css
<style>
span { border-color: #9890DB; }
span { border-color: rgb(152,144,219); }
td.TdClassName
{
border-color: #9890DB;
}
.TagClassName
{
border-color: #9890DB;
}
</style>