Shades of Blue Bell #9187D9
Tints of Blue Bell #9187D9
RGB
CMYK
RGB Variations
Color information
#9187D9 (or 0x9187D9) is known color: Blue Bell. HEX triplet: 91, 87 and D9. RGB value is (145,135,217). Sum of RGB (Red+Green+Blue) = 145+135+217=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #9187D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187D9 is #6E7826. Grayscale: #939393. Windows color (decimal): -7239719 or 14256017. OLE color: 14256017.
HSL color Cylindrical-coordinate representation of color #9187D9: hue angle of 247.32º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9187D9 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 135 | 217 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.15 |
| HSL | 247.32º | 0.52% | 0.69% | - |
| HSV(B) | 247.32º | 0.38% | 0.85% | - |
| XYZ | 32.87 | 28.36 | 69.39 | - |
| YUV | 147.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 217 | 0.33 | 0.38 | 0 | 0.15 | 247.32 | 0.52 | 0.69 |
| Hex | 91 | 87 | D9 | 21 | 26 | 0 | F | F7 | 34 | 45 |
| Octal | 221 | 207 | 331 | 41 | 46 | 0 | 17 | 367 | 64 | 105 |
| Binary | 10010001 | 10000111 | 11011001 | 100001 | 100110 | 0 | 1111 | 11110111 | 110100 | 1000101 |
Color Harmonies of #9187D9
Complementary color
Monochromatic Colors of #9187D9
Black with #9187D9
Text Example
Text Example
White with #9187D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187D9; }
p { color: rgb(145,135,217); }
H1.HeaderClassName
{
color: #9187D9;
}
.AnyTagClassName
{
color: #9187D9;
}
</style>
background-color css
<style>
a { background-color: #9187D9; }
a { background-color: rgb(145,135,217); }
div.DivClassName
{
background-color: #9187D9;
}
.BgClassName
{
background-color: #9187D9;
}
</style>
border-color css
<style>
span { border-color: #9187D9; }
span { border-color: rgb(145,135,217); }
td.TdClassName
{
border-color: #9187D9;
}
.TagClassName
{
border-color: #9187D9;
}
</style>