Shades of Blue Bell #9288DB
Tints of Blue Bell #9288DB
RGB
CMYK
RGB Variations
Color information
#9288DB (or 0x9288DB) is known color: Blue Bell. HEX triplet: 92, 88 and DB. RGB value is (146,136,219). Sum of RGB (Red+Green+Blue) = 146+136+219=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9288DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288DB is #6D7724. Grayscale: #949494. Windows color (decimal): -7173925 or 14387346. OLE color: 14387346.
HSL color Cylindrical-coordinate representation of color #9288DB: hue angle of 247.23º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9288DB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 136 | 219 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.14 |
| HSL | 247.23º | 0.54% | 0.7% | - |
| HSV(B) | 247.23º | 0.38% | 0.86% | - |
| XYZ | 33.44 | 28.83 | 70.82 | - |
| YUV | 148.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 219 | 0.33 | 0.38 | 0 | 0.14 | 247.23 | 0.54 | 0.7 |
| Hex | 92 | 88 | DB | 21 | 26 | 0 | E | F7 | 36 | 46 |
| Octal | 222 | 210 | 333 | 41 | 46 | 0 | 16 | 367 | 66 | 106 |
| Binary | 10010010 | 10001000 | 11011011 | 100001 | 100110 | 0 | 1110 | 11110111 | 110110 | 1000110 |
Color Harmonies of #9288DB
Complementary color
Monochromatic Colors of #9288DB
Black with #9288DB
Text Example
Text Example
White with #9288DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288DB; }
p { color: rgb(146,136,219); }
H1.HeaderClassName
{
color: #9288DB;
}
.AnyTagClassName
{
color: #9288DB;
}
</style>
background-color css
<style>
a { background-color: #9288DB; }
a { background-color: rgb(146,136,219); }
div.DivClassName
{
background-color: #9288DB;
}
.BgClassName
{
background-color: #9288DB;
}
</style>
border-color css
<style>
span { border-color: #9288DB; }
span { border-color: rgb(146,136,219); }
td.TdClassName
{
border-color: #9288DB;
}
.TagClassName
{
border-color: #9288DB;
}
</style>