Shades of Blue Bell #9B90E1
Tints of Blue Bell #9B90E1
RGB
CMYK
RGB Variations
Color information
#9B90E1 (or 0x9B90E1) is known color: Blue Bell. HEX triplet: 9B, 90 and E1. RGB value is (155,144,225). Sum of RGB (Red+Green+Blue) = 155+144+225=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90E1 is #646F1E. Grayscale: #9C9C9C. Windows color (decimal): -6582047 or 14782619. OLE color: 14782619.
HSL color Cylindrical-coordinate representation of color #9B90E1: hue angle of 248.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B90E1 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 144 | 225 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.12 |
| HSL | 248.15º | 0.57% | 0.72% | - |
| HSV(B) | 248.15º | 0.36% | 0.88% | - |
| XYZ | 37.08 | 32.35 | 75.52 | - |
| YUV | 156.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 225 | 0.31 | 0.36 | 0 | 0.12 | 248.15 | 0.57 | 0.72 |
| Hex | 9B | 90 | E1 | 1F | 24 | 0 | C | F8 | 39 | 48 |
| Octal | 233 | 220 | 341 | 37 | 44 | 0 | 14 | 370 | 71 | 110 |
| Binary | 10011011 | 10010000 | 11100001 | 11111 | 100100 | 0 | 1100 | 11111000 | 111001 | 1001000 |
Color Harmonies of #9B90E1
Complementary color
Monochromatic Colors of #9B90E1
Black with #9B90E1
Text Example
Text Example
White with #9B90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B90E1; }
p { color: rgb(155,144,225); }
H1.HeaderClassName
{
color: #9B90E1;
}
.AnyTagClassName
{
color: #9B90E1;
}
</style>
background-color css
<style>
a { background-color: #9B90E1; }
a { background-color: rgb(155,144,225); }
div.DivClassName
{
background-color: #9B90E1;
}
.BgClassName
{
background-color: #9B90E1;
}
</style>
border-color css
<style>
span { border-color: #9B90E1; }
span { border-color: rgb(155,144,225); }
td.TdClassName
{
border-color: #9B90E1;
}
.TagClassName
{
border-color: #9B90E1;
}
</style>