Shades of Blue Bell #9088DB
Tints of Blue Bell #9088DB
RGB
CMYK
RGB Variations
Color information
#9088DB (or 0x9088DB) is known color: Blue Bell. HEX triplet: 90, 88 and DB. RGB value is (144,136,219). Sum of RGB (Red+Green+Blue) = 144+136+219=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9088DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088DB is #6F7724. Grayscale: #939393. Windows color (decimal): -7304997 or 14387344. OLE color: 14387344.
HSL color Cylindrical-coordinate representation of color #9088DB: hue angle of 245.78º 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 #9088DB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 136 | 219 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.14 |
| HSL | 245.78º | 0.54% | 0.7% | - |
| HSV(B) | 245.78º | 0.38% | 0.86% | - |
| XYZ | 33.09 | 28.65 | 70.8 | - |
| YUV | 147.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 219 | 0.34 | 0.38 | 0 | 0.14 | 245.78 | 0.54 | 0.7 |
| Hex | 90 | 88 | DB | 22 | 26 | 0 | E | F6 | 36 | 46 |
| Octal | 220 | 210 | 333 | 42 | 46 | 0 | 16 | 366 | 66 | 106 |
| Binary | 10010000 | 10001000 | 11011011 | 100010 | 100110 | 0 | 1110 | 11110110 | 110110 | 1000110 |
Color Harmonies of #9088DB
Complementary color
Monochromatic Colors of #9088DB
Black with #9088DB
Text Example
Text Example
White with #9088DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9088DB; }
p { color: rgb(144,136,219); }
H1.HeaderClassName
{
color: #9088DB;
}
.AnyTagClassName
{
color: #9088DB;
}
</style>
background-color css
<style>
a { background-color: #9088DB; }
a { background-color: rgb(144,136,219); }
div.DivClassName
{
background-color: #9088DB;
}
.BgClassName
{
background-color: #9088DB;
}
</style>
border-color css
<style>
span { border-color: #9088DB; }
span { border-color: rgb(144,136,219); }
td.TdClassName
{
border-color: #9088DB;
}
.TagClassName
{
border-color: #9088DB;
}
</style>