Shades of Blue Bell #9B94E1
Tints of Blue Bell #9B94E1
RGB
CMYK
RGB Variations
Color information
#9B94E1 (or 0x9B94E1) is known color: Blue Bell. HEX triplet: 9B, 94 and E1. RGB value is (155,148,225). Sum of RGB (Red+Green+Blue) = 155+148+225=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B94E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B94E1 is #646B1E. Grayscale: #9E9E9E. Windows color (decimal): -6581023 or 14783643. OLE color: 14783643.
HSL color Cylindrical-coordinate representation of color #9B94E1: hue angle of 245.45º degrees, saturation: 0.56, 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 #9B94E1 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 148 | 225 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.12 |
| HSL | 245.45º | 0.56% | 0.73% | - |
| HSV(B) | 245.45º | 0.34% | 0.88% | - |
| XYZ | 37.7 | 33.58 | 75.73 | - |
| YUV | 158.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 225 | 0.31 | 0.34 | 0 | 0.12 | 245.45 | 0.56 | 0.73 |
| Hex | 9B | 94 | E1 | 1F | 22 | 0 | C | F5 | 38 | 49 |
| Octal | 233 | 224 | 341 | 37 | 42 | 0 | 14 | 365 | 70 | 111 |
| Binary | 10011011 | 10010100 | 11100001 | 11111 | 100010 | 0 | 1100 | 11110101 | 111000 | 1001001 |
Color Harmonies of #9B94E1
Complementary color
Monochromatic Colors of #9B94E1
Black with #9B94E1
Text Example
Text Example
White with #9B94E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B94E1; }
p { color: rgb(155,148,225); }
H1.HeaderClassName
{
color: #9B94E1;
}
.AnyTagClassName
{
color: #9B94E1;
}
</style>
background-color css
<style>
a { background-color: #9B94E1; }
a { background-color: rgb(155,148,225); }
div.DivClassName
{
background-color: #9B94E1;
}
.BgClassName
{
background-color: #9B94E1;
}
</style>
border-color css
<style>
span { border-color: #9B94E1; }
span { border-color: rgb(155,148,225); }
td.TdClassName
{
border-color: #9B94E1;
}
.TagClassName
{
border-color: #9B94E1;
}
</style>