Shades of Blue Bell #9B99CE
Tints of Blue Bell #9B99CE
RGB
CMYK
RGB Variations
Color information
#9B99CE (or 0x9B99CE) is known color: Blue Bell. HEX triplet: 9B, 99 and CE. RGB value is (155,153,206). Sum of RGB (Red+Green+Blue) = 155+153+206=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99CE is #646631. Grayscale: #9F9F9F. Windows color (decimal): -6579762 or 13539739. OLE color: 13539739.
HSL color Cylindrical-coordinate representation of color #9B99CE: hue angle of 242.26º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B99CE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 153 | 206 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.19 |
| HSL | 242.26º | 0.35% | 0.7% | - |
| HSV(B) | 242.26º | 0.26% | 0.81% | - |
| XYZ | 36.05 | 34.21 | 63.1 | - |
| YUV | 159.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 206 | 0.25 | 0.26 | 0 | 0.19 | 242.26 | 0.35 | 0.7 |
| Hex | 9B | 99 | CE | 19 | 1A | 0 | 13 | F2 | 23 | 46 |
| Octal | 233 | 231 | 316 | 31 | 32 | 0 | 23 | 362 | 43 | 106 |
| Binary | 10011011 | 10011001 | 11001110 | 11001 | 11010 | 0 | 10011 | 11110010 | 100011 | 1000110 |
Color Harmonies of #9B99CE
Complementary color
Monochromatic Colors of #9B99CE
Black with #9B99CE
Text Example
Text Example
White with #9B99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99CE; }
p { color: rgb(155,153,206); }
H1.HeaderClassName
{
color: #9B99CE;
}
.AnyTagClassName
{
color: #9B99CE;
}
</style>
background-color css
<style>
a { background-color: #9B99CE; }
a { background-color: rgb(155,153,206); }
div.DivClassName
{
background-color: #9B99CE;
}
.BgClassName
{
background-color: #9B99CE;
}
</style>
border-color css
<style>
span { border-color: #9B99CE; }
span { border-color: rgb(155,153,206); }
td.TdClassName
{
border-color: #9B99CE;
}
.TagClassName
{
border-color: #9B99CE;
}
</style>