Shades of Blue Bell #9B99DF
Tints of Blue Bell #9B99DF
RGB
CMYK
RGB Variations
Color information
#9B99DF (or 0x9B99DF) is known color: Blue Bell. HEX triplet: 9B, 99 and DF. RGB value is (155,153,223). Sum of RGB (Red+Green+Blue) = 155+153+223=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99DF is #646620. Grayscale: #A1A1A1. Windows color (decimal): -6579745 or 14653851. OLE color: 14653851.
HSL color Cylindrical-coordinate representation of color #9B99DF: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B99DF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 153 | 223 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.13 |
| HSL | 241.71º | 0.52% | 0.74% | - |
| HSV(B) | 241.71º | 0.31% | 0.87% | - |
| XYZ | 38.23 | 35.08 | 74.57 | - |
| YUV | 161.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 223 | 0.30 | 0.31 | 0 | 0.13 | 241.71 | 0.52 | 0.74 |
| Hex | 9B | 99 | DF | 1E | 1F | 0 | D | F2 | 34 | 4A |
| Octal | 233 | 231 | 337 | 36 | 37 | 0 | 15 | 362 | 64 | 112 |
| Binary | 10011011 | 10011001 | 11011111 | 11110 | 11111 | 0 | 1101 | 11110010 | 110100 | 1001010 |
Color Harmonies of #9B99DF
Complementary color
Monochromatic Colors of #9B99DF
Black with #9B99DF
Text Example
Text Example
White with #9B99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99DF; }
p { color: rgb(155,153,223); }
H1.HeaderClassName
{
color: #9B99DF;
}
.AnyTagClassName
{
color: #9B99DF;
}
</style>
background-color css
<style>
a { background-color: #9B99DF; }
a { background-color: rgb(155,153,223); }
div.DivClassName
{
background-color: #9B99DF;
}
.BgClassName
{
background-color: #9B99DF;
}
</style>
border-color css
<style>
span { border-color: #9B99DF; }
span { border-color: rgb(155,153,223); }
td.TdClassName
{
border-color: #9B99DF;
}
.TagClassName
{
border-color: #9B99DF;
}
</style>