Shades of Blue Bell #9B94E7
Tints of Blue Bell #9B94E7
RGB
CMYK
RGB Variations
Color information
#9B94E7 (or 0x9B94E7) is known color: Blue Bell. HEX triplet: 9B, 94 and E7. RGB value is (155,148,231). Sum of RGB (Red+Green+Blue) = 155+148+231=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B94E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94E7 is #646B18. Grayscale: #9F9F9F. Windows color (decimal): -6581017 or 15176859. OLE color: 15176859.
HSL color Cylindrical-coordinate representation of color #9B94E7: hue angle of 245.06º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B94E7 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 148 | 231 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.09 |
| HSL | 245.06º | 0.63% | 0.74% | - |
| HSV(B) | 245.06º | 0.36% | 0.91% | - |
| XYZ | 38.53 | 33.92 | 80.12 | - |
| YUV | 159.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 231 | 0.33 | 0.36 | 0 | 0.09 | 245.06 | 0.63 | 0.74 |
| Hex | 9B | 94 | E7 | 21 | 24 | 0 | 9 | F5 | 3F | 4A |
| Octal | 233 | 224 | 347 | 41 | 44 | 0 | 11 | 365 | 77 | 112 |
| Binary | 10011011 | 10010100 | 11100111 | 100001 | 100100 | 0 | 1001 | 11110101 | 111111 | 1001010 |
Color Harmonies of #9B94E7
Complementary color
Monochromatic Colors of #9B94E7
Black with #9B94E7
Text Example
Text Example
White with #9B94E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B94E7; }
p { color: rgb(155,148,231); }
H1.HeaderClassName
{
color: #9B94E7;
}
.AnyTagClassName
{
color: #9B94E7;
}
</style>
background-color css
<style>
a { background-color: #9B94E7; }
a { background-color: rgb(155,148,231); }
div.DivClassName
{
background-color: #9B94E7;
}
.BgClassName
{
background-color: #9B94E7;
}
</style>
border-color css
<style>
span { border-color: #9B94E7; }
span { border-color: rgb(155,148,231); }
td.TdClassName
{
border-color: #9B94E7;
}
.TagClassName
{
border-color: #9B94E7;
}
</style>