Shades of Blue Bell #9389D5
Tints of Blue Bell #9389D5
RGB
CMYK
RGB Variations
Color information
#9389D5 (or 0x9389D5) is known color: Blue Bell. HEX triplet: 93, 89 and D5. RGB value is (147,137,213). Sum of RGB (Red+Green+Blue) = 147+137+213=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #9389D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389D5 is #6C762A. Grayscale: #949494. Windows color (decimal): -7108139 or 13994387. OLE color: 13994387.
HSL color Cylindrical-coordinate representation of color #9389D5: hue angle of 247.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9389D5 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 137 | 213 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.16 |
| HSL | 247.89º | 0.48% | 0.69% | - |
| HSV(B) | 247.89º | 0.36% | 0.84% | - |
| XYZ | 32.99 | 28.9 | 66.79 | - |
| YUV | 148.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 213 | 0.31 | 0.36 | 0 | 0.16 | 247.89 | 0.48 | 0.69 |
| Hex | 93 | 89 | D5 | 1F | 24 | 0 | 10 | F8 | 30 | 45 |
| Octal | 223 | 211 | 325 | 37 | 44 | 0 | 20 | 370 | 60 | 105 |
| Binary | 10010011 | 10001001 | 11010101 | 11111 | 100100 | 0 | 10000 | 11111000 | 110000 | 1000101 |
Color Harmonies of #9389D5
Complementary color
Monochromatic Colors of #9389D5
Black with #9389D5
Text Example
Text Example
White with #9389D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389D5; }
p { color: rgb(147,137,213); }
H1.HeaderClassName
{
color: #9389D5;
}
.AnyTagClassName
{
color: #9389D5;
}
</style>
background-color css
<style>
a { background-color: #9389D5; }
a { background-color: rgb(147,137,213); }
div.DivClassName
{
background-color: #9389D5;
}
.BgClassName
{
background-color: #9389D5;
}
</style>
border-color css
<style>
span { border-color: #9389D5; }
span { border-color: rgb(147,137,213); }
td.TdClassName
{
border-color: #9389D5;
}
.TagClassName
{
border-color: #9389D5;
}
</style>