Shades of Blue Bell #9B99E5
Tints of Blue Bell #9B99E5
RGB
CMYK
RGB Variations
Color information
#9B99E5 (or 0x9B99E5) is known color: Blue Bell. HEX triplet: 9B, 99 and E5. RGB value is (155,153,229). Sum of RGB (Red+Green+Blue) = 155+153+229=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B99E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99E5 is #64661A. Grayscale: #A1A1A1. Windows color (decimal): -6579739 or 15047067. OLE color: 15047067.
HSL color Cylindrical-coordinate representation of color #9B99E5: hue angle of 241.58º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B99E5 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 153 | 229 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.10 |
| HSL | 241.58º | 0.59% | 0.75% | - |
| HSV(B) | 241.58º | 0.33% | 0.9% | - |
| XYZ | 39.05 | 35.41 | 78.9 | - |
| YUV | 162.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 229 | 0.32 | 0.33 | 0 | 0.10 | 241.58 | 0.59 | 0.75 |
| Hex | 9B | 99 | E5 | 20 | 21 | 0 | A | F2 | 3B | 4B |
| Octal | 233 | 231 | 345 | 40 | 41 | 0 | 12 | 362 | 73 | 113 |
| Binary | 10011011 | 10011001 | 11100101 | 100000 | 100001 | 0 | 1010 | 11110010 | 111011 | 1001011 |
Color Harmonies of #9B99E5
Complementary color
Monochromatic Colors of #9B99E5
Black with #9B99E5
Text Example
Text Example
White with #9B99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99E5; }
p { color: rgb(155,153,229); }
H1.HeaderClassName
{
color: #9B99E5;
}
.AnyTagClassName
{
color: #9B99E5;
}
</style>
background-color css
<style>
a { background-color: #9B99E5; }
a { background-color: rgb(155,153,229); }
div.DivClassName
{
background-color: #9B99E5;
}
.BgClassName
{
background-color: #9B99E5;
}
</style>
border-color css
<style>
span { border-color: #9B99E5; }
span { border-color: rgb(155,153,229); }
td.TdClassName
{
border-color: #9B99E5;
}
.TagClassName
{
border-color: #9B99E5;
}
</style>