Shades of Blue Bell #9B98DD
Tints of Blue Bell #9B98DD
RGB
CMYK
RGB Variations
Color information
#9B98DD (or 0x9B98DD) is known color: Blue Bell. HEX triplet: 9B, 98 and DD. RGB value is (155,152,221). Sum of RGB (Red+Green+Blue) = 155+152+221=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98DD is #646722. Grayscale: #A0A0A0. Windows color (decimal): -6580003 or 14522523. OLE color: 14522523.
HSL color Cylindrical-coordinate representation of color #9B98DD: hue angle of 242.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B98DD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 152 | 221 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.13 |
| HSL | 242.61º | 0.5% | 0.73% | - |
| HSV(B) | 242.61º | 0.31% | 0.87% | - |
| XYZ | 37.8 | 34.65 | 73.1 | - |
| YUV | 160.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 221 | 0.30 | 0.31 | 0 | 0.13 | 242.61 | 0.5 | 0.73 |
| Hex | 9B | 98 | DD | 1E | 1F | 0 | D | F3 | 32 | 49 |
| Octal | 233 | 230 | 335 | 36 | 37 | 0 | 15 | 363 | 62 | 111 |
| Binary | 10011011 | 10011000 | 11011101 | 11110 | 11111 | 0 | 1101 | 11110011 | 110010 | 1001001 |
Color Harmonies of #9B98DD
Complementary color
Monochromatic Colors of #9B98DD
Black with #9B98DD
Text Example
Text Example
White with #9B98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B98DD; }
p { color: rgb(155,152,221); }
H1.HeaderClassName
{
color: #9B98DD;
}
.AnyTagClassName
{
color: #9B98DD;
}
</style>
background-color css
<style>
a { background-color: #9B98DD; }
a { background-color: rgb(155,152,221); }
div.DivClassName
{
background-color: #9B98DD;
}
.BgClassName
{
background-color: #9B98DD;
}
</style>
border-color css
<style>
span { border-color: #9B98DD; }
span { border-color: rgb(155,152,221); }
td.TdClassName
{
border-color: #9B98DD;
}
.TagClassName
{
border-color: #9B98DD;
}
</style>