Shades of Blue Bell #9389D2
Tints of Blue Bell #9389D2
RGB
CMYK
RGB Variations
Color information
#9389D2 (or 0x9389D2) is known color: Blue Bell. HEX triplet: 93, 89 and D2. RGB value is (147,137,210). Sum of RGB (Red+Green+Blue) = 147+137+210=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #9389D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389D2 is #6C762D. Grayscale: #949494. Windows color (decimal): -7108142 or 13797779. OLE color: 13797779.
HSL color Cylindrical-coordinate representation of color #9389D2: hue angle of 248.22º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9389D2 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 137 | 210 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.18 |
| HSL | 248.22º | 0.45% | 0.68% | - |
| HSV(B) | 248.22º | 0.35% | 0.82% | - |
| XYZ | 32.61 | 28.75 | 64.8 | - |
| YUV | 148.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 210 | 0.30 | 0.35 | 0 | 0.18 | 248.22 | 0.45 | 0.68 |
| Hex | 93 | 89 | D2 | 1E | 23 | 0 | 12 | F8 | 2D | 44 |
| Octal | 223 | 211 | 322 | 36 | 43 | 0 | 22 | 370 | 55 | 104 |
| Binary | 10010011 | 10001001 | 11010010 | 11110 | 100011 | 0 | 10010 | 11111000 | 101101 | 1000100 |
Color Harmonies of #9389D2
Complementary color
Monochromatic Colors of #9389D2
Black with #9389D2
Text Example
Text Example
White with #9389D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389D2; }
p { color: rgb(147,137,210); }
H1.HeaderClassName
{
color: #9389D2;
}
.AnyTagClassName
{
color: #9389D2;
}
</style>
background-color css
<style>
a { background-color: #9389D2; }
a { background-color: rgb(147,137,210); }
div.DivClassName
{
background-color: #9389D2;
}
.BgClassName
{
background-color: #9389D2;
}
</style>
border-color css
<style>
span { border-color: #9389D2; }
span { border-color: rgb(147,137,210); }
td.TdClassName
{
border-color: #9389D2;
}
.TagClassName
{
border-color: #9389D2;
}
</style>