Shades of Blue Bell #9189D0
Tints of Blue Bell #9189D0
RGB
CMYK
RGB Variations
Color information
#9189D0 (or 0x9189D0) is known color: Blue Bell. HEX triplet: 91, 89 and D0. RGB value is (145,137,208). Sum of RGB (Red+Green+Blue) = 145+137+208=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #9189D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189D0 is #6E762F. Grayscale: #939393. Windows color (decimal): -7239216 or 13666705. OLE color: 13666705.
HSL color Cylindrical-coordinate representation of color #9189D0: hue angle of 246.76º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9189D0 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 137 | 208 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.18 |
| HSL | 246.76º | 0.43% | 0.68% | - |
| HSV(B) | 246.76º | 0.34% | 0.82% | - |
| XYZ | 32.01 | 28.47 | 63.48 | - |
| YUV | 147.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 208 | 0.30 | 0.34 | 0 | 0.18 | 246.76 | 0.43 | 0.68 |
| Hex | 91 | 89 | D0 | 1E | 22 | 0 | 12 | F7 | 2B | 44 |
| Octal | 221 | 211 | 320 | 36 | 42 | 0 | 22 | 367 | 53 | 104 |
| Binary | 10010001 | 10001001 | 11010000 | 11110 | 100010 | 0 | 10010 | 11110111 | 101011 | 1000100 |
Color Harmonies of #9189D0
Complementary color
Monochromatic Colors of #9189D0
Black with #9189D0
Text Example
Text Example
White with #9189D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189D0; }
p { color: rgb(145,137,208); }
H1.HeaderClassName
{
color: #9189D0;
}
.AnyTagClassName
{
color: #9189D0;
}
</style>
background-color css
<style>
a { background-color: #9189D0; }
a { background-color: rgb(145,137,208); }
div.DivClassName
{
background-color: #9189D0;
}
.BgClassName
{
background-color: #9189D0;
}
</style>
border-color css
<style>
span { border-color: #9189D0; }
span { border-color: rgb(145,137,208); }
td.TdClassName
{
border-color: #9189D0;
}
.TagClassName
{
border-color: #9189D0;
}
</style>