Shades of Blue Bell #9290DB
Tints of Blue Bell #9290DB
RGB
CMYK
RGB Variations
Color information
#9290DB (or 0x9290DB) is known color: Blue Bell. HEX triplet: 92, 90 and DB. RGB value is (146,144,219). Sum of RGB (Red+Green+Blue) = 146+144+219=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #9290DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290DB is #6D6F24. Grayscale: #989898. Windows color (decimal): -7171877 or 14389394. OLE color: 14389394.
HSL color Cylindrical-coordinate representation of color #9290DB: hue angle of 241.6º 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 #9290DB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 144 | 219 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.14 |
| HSL | 241.6º | 0.51% | 0.71% | - |
| HSV(B) | 241.6º | 0.34% | 0.86% | - |
| XYZ | 34.61 | 31.17 | 71.21 | - |
| YUV | 153.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 219 | 0.33 | 0.34 | 0 | 0.14 | 241.6 | 0.51 | 0.71 |
| Hex | 92 | 90 | DB | 21 | 22 | 0 | E | F2 | 33 | 47 |
| Octal | 222 | 220 | 333 | 41 | 42 | 0 | 16 | 362 | 63 | 107 |
| Binary | 10010010 | 10010000 | 11011011 | 100001 | 100010 | 0 | 1110 | 11110010 | 110011 | 1000111 |
Color Harmonies of #9290DB
Complementary color
Monochromatic Colors of #9290DB
Black with #9290DB
Text Example
Text Example
White with #9290DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290DB; }
p { color: rgb(146,144,219); }
H1.HeaderClassName
{
color: #9290DB;
}
.AnyTagClassName
{
color: #9290DB;
}
</style>
background-color css
<style>
a { background-color: #9290DB; }
a { background-color: rgb(146,144,219); }
div.DivClassName
{
background-color: #9290DB;
}
.BgClassName
{
background-color: #9290DB;
}
</style>
border-color css
<style>
span { border-color: #9290DB; }
span { border-color: rgb(146,144,219); }
td.TdClassName
{
border-color: #9290DB;
}
.TagClassName
{
border-color: #9290DB;
}
</style>