Shades of Blue Bell #9B93DF
Tints of Blue Bell #9B93DF
RGB
CMYK
RGB Variations
Color information
#9B93DF (or 0x9B93DF) is known color: Blue Bell. HEX triplet: 9B, 93 and DF. RGB value is (155,147,223). Sum of RGB (Red+Green+Blue) = 155+147+223=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93DF is #646C20. Grayscale: #9D9D9D. Windows color (decimal): -6581281 or 14652315. OLE color: 14652315.
HSL color Cylindrical-coordinate representation of color #9B93DF: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B93DF is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 147 | 223 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.13 |
| HSL | 246.32º | 0.54% | 0.73% | - |
| HSV(B) | 246.32º | 0.34% | 0.87% | - |
| XYZ | 37.27 | 33.16 | 74.25 | - |
| YUV | 158.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 223 | 0.30 | 0.34 | 0 | 0.13 | 246.32 | 0.54 | 0.73 |
| Hex | 9B | 93 | DF | 1E | 22 | 0 | D | F6 | 36 | 49 |
| Octal | 233 | 223 | 337 | 36 | 42 | 0 | 15 | 366 | 66 | 111 |
| Binary | 10011011 | 10010011 | 11011111 | 11110 | 100010 | 0 | 1101 | 11110110 | 110110 | 1001001 |
Color Harmonies of #9B93DF
Complementary color
Monochromatic Colors of #9B93DF
Black with #9B93DF
Text Example
Text Example
White with #9B93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93DF; }
p { color: rgb(155,147,223); }
H1.HeaderClassName
{
color: #9B93DF;
}
.AnyTagClassName
{
color: #9B93DF;
}
</style>
background-color css
<style>
a { background-color: #9B93DF; }
a { background-color: rgb(155,147,223); }
div.DivClassName
{
background-color: #9B93DF;
}
.BgClassName
{
background-color: #9B93DF;
}
</style>
border-color css
<style>
span { border-color: #9B93DF; }
span { border-color: rgb(155,147,223); }
td.TdClassName
{
border-color: #9B93DF;
}
.TagClassName
{
border-color: #9B93DF;
}
</style>