Shades of Blue Bell #9189C6
Tints of Blue Bell #9189C6
RGB
CMYK
RGB Variations
Color information
#9189C6 (or 0x9189C6) is known color: Blue Bell. HEX triplet: 91, 89 and C6. RGB value is (145,137,198). Sum of RGB (Red+Green+Blue) = 145+137+198=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #9189C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189C6 is #6E7639. Grayscale: #929292. Windows color (decimal): -7239226 or 13011345. OLE color: 13011345.
HSL color Cylindrical-coordinate representation of color #9189C6: hue angle of 247.87º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9189C6 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 137 | 198 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.22 |
| HSL | 247.87º | 0.35% | 0.66% | - |
| HSV(B) | 247.87º | 0.31% | 0.78% | - |
| XYZ | 30.82 | 27.99 | 57.2 | - |
| YUV | 146.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 198 | 0.27 | 0.31 | 0 | 0.22 | 247.87 | 0.35 | 0.66 |
| Hex | 91 | 89 | C6 | 1B | 1F | 0 | 16 | F8 | 23 | 42 |
| Octal | 221 | 211 | 306 | 33 | 37 | 0 | 26 | 370 | 43 | 102 |
| Binary | 10010001 | 10001001 | 11000110 | 11011 | 11111 | 0 | 10110 | 11111000 | 100011 | 1000010 |
Color Harmonies of #9189C6
Complementary color
Monochromatic Colors of #9189C6
Black with #9189C6
Text Example
Text Example
White with #9189C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189C6; }
p { color: rgb(145,137,198); }
H1.HeaderClassName
{
color: #9189C6;
}
.AnyTagClassName
{
color: #9189C6;
}
</style>
background-color css
<style>
a { background-color: #9189C6; }
a { background-color: rgb(145,137,198); }
div.DivClassName
{
background-color: #9189C6;
}
.BgClassName
{
background-color: #9189C6;
}
</style>
border-color css
<style>
span { border-color: #9189C6; }
span { border-color: rgb(145,137,198); }
td.TdClassName
{
border-color: #9189C6;
}
.TagClassName
{
border-color: #9189C6;
}
</style>