Shades of Blue Bell #9B99E0
Tints of Blue Bell #9B99E0
RGB
CMYK
RGB Variations
Color information
#9B99E0 (or 0x9B99E0) is known color: Blue Bell. HEX triplet: 9B, 99 and E0. RGB value is (155,153,224). Sum of RGB (Red+Green+Blue) = 155+153+224=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B99E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99E0 is #64661F. Grayscale: #A1A1A1. Windows color (decimal): -6579744 or 14719387. OLE color: 14719387.
HSL color Cylindrical-coordinate representation of color #9B99E0: hue angle of 241.69º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B99E0 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 153 | 224 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.12 |
| HSL | 241.69º | 0.53% | 0.74% | - |
| HSV(B) | 241.69º | 0.32% | 0.88% | - |
| XYZ | 38.36 | 35.13 | 75.28 | - |
| YUV | 161.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 224 | 0.31 | 0.32 | 0 | 0.12 | 241.69 | 0.53 | 0.74 |
| Hex | 9B | 99 | E0 | 1F | 20 | 0 | C | F2 | 35 | 4A |
| Octal | 233 | 231 | 340 | 37 | 40 | 0 | 14 | 362 | 65 | 112 |
| Binary | 10011011 | 10011001 | 11100000 | 11111 | 100000 | 0 | 1100 | 11110010 | 110101 | 1001010 |
Color Harmonies of #9B99E0
Complementary color
Monochromatic Colors of #9B99E0
Black with #9B99E0
Text Example
Text Example
White with #9B99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99E0; }
p { color: rgb(155,153,224); }
H1.HeaderClassName
{
color: #9B99E0;
}
.AnyTagClassName
{
color: #9B99E0;
}
</style>
background-color css
<style>
a { background-color: #9B99E0; }
a { background-color: rgb(155,153,224); }
div.DivClassName
{
background-color: #9B99E0;
}
.BgClassName
{
background-color: #9B99E0;
}
</style>
border-color css
<style>
span { border-color: #9B99E0; }
span { border-color: rgb(155,153,224); }
td.TdClassName
{
border-color: #9B99E0;
}
.TagClassName
{
border-color: #9B99E0;
}
</style>