Shades of Blue Bell #9388DB
Tints of Blue Bell #9388DB
RGB
CMYK
RGB Variations
Color information
#9388DB (or 0x9388DB) is known color: Blue Bell. HEX triplet: 93, 88 and DB. RGB value is (147,136,219). Sum of RGB (Red+Green+Blue) = 147+136+219=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9388DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388DB is #6C7724. Grayscale: #949494. Windows color (decimal): -7108389 or 14387347. OLE color: 14387347.
HSL color Cylindrical-coordinate representation of color #9388DB: hue angle of 247.95º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9388DB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 136 | 219 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.14 |
| HSL | 247.95º | 0.54% | 0.7% | - |
| HSV(B) | 247.95º | 0.38% | 0.86% | - |
| XYZ | 33.62 | 28.93 | 70.83 | - |
| YUV | 148.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 219 | 0.33 | 0.38 | 0 | 0.14 | 247.95 | 0.54 | 0.7 |
| Hex | 93 | 88 | DB | 21 | 26 | 0 | E | F8 | 36 | 46 |
| Octal | 223 | 210 | 333 | 41 | 46 | 0 | 16 | 370 | 66 | 106 |
| Binary | 10010011 | 10001000 | 11011011 | 100001 | 100110 | 0 | 1110 | 11111000 | 110110 | 1000110 |
Color Harmonies of #9388DB
Complementary color
Monochromatic Colors of #9388DB
Black with #9388DB
Text Example
Text Example
White with #9388DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388DB; }
p { color: rgb(147,136,219); }
H1.HeaderClassName
{
color: #9388DB;
}
.AnyTagClassName
{
color: #9388DB;
}
</style>
background-color css
<style>
a { background-color: #9388DB; }
a { background-color: rgb(147,136,219); }
div.DivClassName
{
background-color: #9388DB;
}
.BgClassName
{
background-color: #9388DB;
}
</style>
border-color css
<style>
span { border-color: #9388DB; }
span { border-color: rgb(147,136,219); }
td.TdClassName
{
border-color: #9388DB;
}
.TagClassName
{
border-color: #9388DB;
}
</style>