Shades of Blue Bell #9488DB
Tints of Blue Bell #9488DB
RGB
CMYK
RGB Variations
Color information
#9488DB (or 0x9488DB) is known color: Blue Bell. HEX triplet: 94, 88 and DB. RGB value is (148,136,219). Sum of RGB (Red+Green+Blue) = 148+136+219=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9488DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488DB is #6B7724. Grayscale: #949494. Windows color (decimal): -7042853 or 14387348. OLE color: 14387348.
HSL color Cylindrical-coordinate representation of color #9488DB: hue angle of 248.67º 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 #9488DB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 136 | 219 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.14 |
| HSL | 248.67º | 0.54% | 0.7% | - |
| HSV(B) | 248.67º | 0.38% | 0.86% | - |
| XYZ | 33.8 | 29.02 | 70.84 | - |
| YUV | 149.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 219 | 0.32 | 0.38 | 0 | 0.14 | 248.67 | 0.54 | 0.7 |
| Hex | 94 | 88 | DB | 20 | 26 | 0 | E | F9 | 36 | 46 |
| Octal | 224 | 210 | 333 | 40 | 46 | 0 | 16 | 371 | 66 | 106 |
| Binary | 10010100 | 10001000 | 11011011 | 100000 | 100110 | 0 | 1110 | 11111001 | 110110 | 1000110 |
Color Harmonies of #9488DB
Complementary color
Monochromatic Colors of #9488DB
Black with #9488DB
Text Example
Text Example
White with #9488DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488DB; }
p { color: rgb(148,136,219); }
H1.HeaderClassName
{
color: #9488DB;
}
.AnyTagClassName
{
color: #9488DB;
}
</style>
background-color css
<style>
a { background-color: #9488DB; }
a { background-color: rgb(148,136,219); }
div.DivClassName
{
background-color: #9488DB;
}
.BgClassName
{
background-color: #9488DB;
}
</style>
border-color css
<style>
span { border-color: #9488DB; }
span { border-color: rgb(148,136,219); }
td.TdClassName
{
border-color: #9488DB;
}
.TagClassName
{
border-color: #9488DB;
}
</style>