Shades of Blue Bell #9B93E0
Tints of Blue Bell #9B93E0
RGB
CMYK
RGB Variations
Color information
#9B93E0 (or 0x9B93E0) is known color: Blue Bell. HEX triplet: 9B, 93 and E0. RGB value is (155,147,224). Sum of RGB (Red+Green+Blue) = 155+147+224=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B93E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93E0 is #646C1F. Grayscale: #9D9D9D. Windows color (decimal): -6581280 or 14717851. OLE color: 14717851.
HSL color Cylindrical-coordinate representation of color #9B93E0: hue angle of 246.23º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B93E0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 147 | 224 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.12 |
| HSL | 246.23º | 0.55% | 0.73% | - |
| HSV(B) | 246.23º | 0.34% | 0.88% | - |
| XYZ | 37.41 | 33.22 | 74.96 | - |
| YUV | 158.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 224 | 0.31 | 0.34 | 0 | 0.12 | 246.23 | 0.55 | 0.73 |
| Hex | 9B | 93 | E0 | 1F | 22 | 0 | C | F6 | 37 | 49 |
| Octal | 233 | 223 | 340 | 37 | 42 | 0 | 14 | 366 | 67 | 111 |
| Binary | 10011011 | 10010011 | 11100000 | 11111 | 100010 | 0 | 1100 | 11110110 | 110111 | 1001001 |
Color Harmonies of #9B93E0
Complementary color
Monochromatic Colors of #9B93E0
Black with #9B93E0
Text Example
Text Example
White with #9B93E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93E0; }
p { color: rgb(155,147,224); }
H1.HeaderClassName
{
color: #9B93E0;
}
.AnyTagClassName
{
color: #9B93E0;
}
</style>
background-color css
<style>
a { background-color: #9B93E0; }
a { background-color: rgb(155,147,224); }
div.DivClassName
{
background-color: #9B93E0;
}
.BgClassName
{
background-color: #9B93E0;
}
</style>
border-color css
<style>
span { border-color: #9B93E0; }
span { border-color: rgb(155,147,224); }
td.TdClassName
{
border-color: #9B93E0;
}
.TagClassName
{
border-color: #9B93E0;
}
</style>