Shades of Blue Bell #9389CA
Tints of Blue Bell #9389CA
RGB
CMYK
RGB Variations
Color information
#9389CA (or 0x9389CA) is known color: Blue Bell. HEX triplet: 93, 89 and CA. RGB value is (147,137,202). Sum of RGB (Red+Green+Blue) = 147+137+202=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #9389CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389CA is #6C7635. Grayscale: #939393. Windows color (decimal): -7108150 or 13273491. OLE color: 13273491.
HSL color Cylindrical-coordinate representation of color #9389CA: hue angle of 249.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9389CA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 137 | 202 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.21 |
| HSL | 249.23º | 0.38% | 0.66% | - |
| HSV(B) | 249.23º | 0.32% | 0.79% | - |
| XYZ | 31.64 | 28.36 | 59.68 | - |
| YUV | 147.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 202 | 0.27 | 0.32 | 0 | 0.21 | 249.23 | 0.38 | 0.66 |
| Hex | 93 | 89 | CA | 1B | 20 | 0 | 15 | F9 | 26 | 42 |
| Octal | 223 | 211 | 312 | 33 | 40 | 0 | 25 | 371 | 46 | 102 |
| Binary | 10010011 | 10001001 | 11001010 | 11011 | 100000 | 0 | 10101 | 11111001 | 100110 | 1000010 |
Color Harmonies of #9389CA
Complementary color
Monochromatic Colors of #9389CA
Black with #9389CA
Text Example
Text Example
White with #9389CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389CA; }
p { color: rgb(147,137,202); }
H1.HeaderClassName
{
color: #9389CA;
}
.AnyTagClassName
{
color: #9389CA;
}
</style>
background-color css
<style>
a { background-color: #9389CA; }
a { background-color: rgb(147,137,202); }
div.DivClassName
{
background-color: #9389CA;
}
.BgClassName
{
background-color: #9389CA;
}
</style>
border-color css
<style>
span { border-color: #9389CA; }
span { border-color: rgb(147,137,202); }
td.TdClassName
{
border-color: #9389CA;
}
.TagClassName
{
border-color: #9389CA;
}
</style>