Shades of Blue Bell #9B92EC
Tints of Blue Bell #9B92EC
RGB
CMYK
RGB Variations
Color information
#9B92EC (or 0x9B92EC) is known color: Blue Bell. HEX triplet: 9B, 92 and EC. RGB value is (155,146,236). Sum of RGB (Red+Green+Blue) = 155+146+236=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B92EC is #646D13. Grayscale: #9E9E9E. Windows color (decimal): -6581524 or 15504027. OLE color: 15504027.
HSL color Cylindrical-coordinate representation of color #9B92EC: hue angle of 246º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B92EC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 146 | 236 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.07 |
| HSL | 246º | 0.7% | 0.75% | - |
| HSV(B) | 246º | 0.38% | 0.93% | - |
| XYZ | 38.94 | 33.58 | 83.79 | - |
| YUV | 158.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 236 | 0.34 | 0.38 | 0 | 0.07 | 246 | 0.7 | 0.75 |
| Hex | 9B | 92 | EC | 22 | 26 | 0 | 7 | F6 | 46 | 4B |
| Octal | 233 | 222 | 354 | 42 | 46 | 0 | 7 | 366 | 106 | 113 |
| Binary | 10011011 | 10010010 | 11101100 | 100010 | 100110 | 0 | 111 | 11110110 | 1000110 | 1001011 |
Color Harmonies of #9B92EC
Complementary color
Monochromatic Colors of #9B92EC
Black with #9B92EC
Text Example
Text Example
White with #9B92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B92EC; }
p { color: rgb(155,146,236); }
H1.HeaderClassName
{
color: #9B92EC;
}
.AnyTagClassName
{
color: #9B92EC;
}
</style>
background-color css
<style>
a { background-color: #9B92EC; }
a { background-color: rgb(155,146,236); }
div.DivClassName
{
background-color: #9B92EC;
}
.BgClassName
{
background-color: #9B92EC;
}
</style>
border-color css
<style>
span { border-color: #9B92EC; }
span { border-color: rgb(155,146,236); }
td.TdClassName
{
border-color: #9B92EC;
}
.TagClassName
{
border-color: #9B92EC;
}
</style>