Shades of Blue Bell #9188DA
Tints of Blue Bell #9188DA
RGB
CMYK
RGB Variations
Color information
#9188DA (or 0x9188DA) is known color: Blue Bell. HEX triplet: 91, 88 and DA. RGB value is (145,136,218). Sum of RGB (Red+Green+Blue) = 145+136+218=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9188DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188DA is #6E7725. Grayscale: #939393. Windows color (decimal): -7239462 or 14321809. OLE color: 14321809.
HSL color Cylindrical-coordinate representation of color #9188DA: hue angle of 246.59º degrees, saturation: 0.53, 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 #9188DA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 136 | 218 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.15 |
| HSL | 246.59º | 0.53% | 0.69% | - |
| HSV(B) | 246.59º | 0.38% | 0.85% | - |
| XYZ | 33.14 | 28.69 | 70.12 | - |
| YUV | 148.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 218 | 0.33 | 0.38 | 0 | 0.15 | 246.59 | 0.53 | 0.69 |
| Hex | 91 | 88 | DA | 21 | 26 | 0 | F | F7 | 35 | 45 |
| Octal | 221 | 210 | 332 | 41 | 46 | 0 | 17 | 367 | 65 | 105 |
| Binary | 10010001 | 10001000 | 11011010 | 100001 | 100110 | 0 | 1111 | 11110111 | 110101 | 1000101 |
Color Harmonies of #9188DA
Complementary color
Monochromatic Colors of #9188DA
Black with #9188DA
Text Example
Text Example
White with #9188DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188DA; }
p { color: rgb(145,136,218); }
H1.HeaderClassName
{
color: #9188DA;
}
.AnyTagClassName
{
color: #9188DA;
}
</style>
background-color css
<style>
a { background-color: #9188DA; }
a { background-color: rgb(145,136,218); }
div.DivClassName
{
background-color: #9188DA;
}
.BgClassName
{
background-color: #9188DA;
}
</style>
border-color css
<style>
span { border-color: #9188DA; }
span { border-color: rgb(145,136,218); }
td.TdClassName
{
border-color: #9188DA;
}
.TagClassName
{
border-color: #9188DA;
}
</style>