Shades of Blue Bell #9B99D7
Tints of Blue Bell #9B99D7
RGB
CMYK
RGB Variations
Color information
#9B99D7 (or 0x9B99D7) is known color: Blue Bell. HEX triplet: 9B, 99 and D7. RGB value is (155,153,215). Sum of RGB (Red+Green+Blue) = 155+153+215=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B99D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99D7 is #646628. Grayscale: #A0A0A0. Windows color (decimal): -6579753 or 14129563. OLE color: 14129563.
HSL color Cylindrical-coordinate representation of color #9B99D7: hue angle of 241.94º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B99D7 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 153 | 215 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.16 |
| HSL | 241.94º | 0.44% | 0.72% | - |
| HSV(B) | 241.94º | 0.29% | 0.84% | - |
| XYZ | 37.17 | 34.66 | 69.02 | - |
| YUV | 160.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 215 | 0.28 | 0.29 | 0 | 0.16 | 241.94 | 0.44 | 0.72 |
| Hex | 9B | 99 | D7 | 1C | 1D | 0 | 10 | F2 | 2C | 48 |
| Octal | 233 | 231 | 327 | 34 | 35 | 0 | 20 | 362 | 54 | 110 |
| Binary | 10011011 | 10011001 | 11010111 | 11100 | 11101 | 0 | 10000 | 11110010 | 101100 | 1001000 |
Color Harmonies of #9B99D7
Complementary color
Monochromatic Colors of #9B99D7
Black with #9B99D7
Text Example
Text Example
White with #9B99D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99D7; }
p { color: rgb(155,153,215); }
H1.HeaderClassName
{
color: #9B99D7;
}
.AnyTagClassName
{
color: #9B99D7;
}
</style>
background-color css
<style>
a { background-color: #9B99D7; }
a { background-color: rgb(155,153,215); }
div.DivClassName
{
background-color: #9B99D7;
}
.BgClassName
{
background-color: #9B99D7;
}
</style>
border-color css
<style>
span { border-color: #9B99D7; }
span { border-color: rgb(155,153,215); }
td.TdClassName
{
border-color: #9B99D7;
}
.TagClassName
{
border-color: #9B99D7;
}
</style>