Shades of Blue Bell #9187DB
Tints of Blue Bell #9187DB
RGB
CMYK
RGB Variations
Color information
#9187DB (or 0x9187DB) is known color: Blue Bell. HEX triplet: 91, 87 and DB. RGB value is (145,135,219). Sum of RGB (Red+Green+Blue) = 145+135+219=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 135 (53.12% from 255 or 27.05% 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 #9187DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187DB is #6E7824. Grayscale: #939393. Windows color (decimal): -7239717 or 14387089. OLE color: 14387089.
HSL color Cylindrical-coordinate representation of color #9187DB: hue angle of 247.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9187DB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 135 | 219 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.14 |
| HSL | 247.14º | 0.54% | 0.69% | - |
| HSV(B) | 247.14º | 0.38% | 0.86% | - |
| XYZ | 33.13 | 28.46 | 70.77 | - |
| YUV | 147.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 219 | 0.34 | 0.38 | 0 | 0.14 | 247.14 | 0.54 | 0.69 |
| Hex | 91 | 87 | DB | 22 | 26 | 0 | E | F7 | 36 | 45 |
| Octal | 221 | 207 | 333 | 42 | 46 | 0 | 16 | 367 | 66 | 105 |
| Binary | 10010001 | 10000111 | 11011011 | 100010 | 100110 | 0 | 1110 | 11110111 | 110110 | 1000101 |
Color Harmonies of #9187DB
Complementary color
Monochromatic Colors of #9187DB
Black with #9187DB
Text Example
Text Example
White with #9187DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187DB; }
p { color: rgb(145,135,219); }
H1.HeaderClassName
{
color: #9187DB;
}
.AnyTagClassName
{
color: #9187DB;
}
</style>
background-color css
<style>
a { background-color: #9187DB; }
a { background-color: rgb(145,135,219); }
div.DivClassName
{
background-color: #9187DB;
}
.BgClassName
{
background-color: #9187DB;
}
</style>
border-color css
<style>
span { border-color: #9187DB; }
span { border-color: rgb(145,135,219); }
td.TdClassName
{
border-color: #9187DB;
}
.TagClassName
{
border-color: #9187DB;
}
</style>