Shades of Blue Bell #9898DD
Tints of Blue Bell #9898DD
RGB
CMYK
RGB Variations
Color information
#9898DD (or 0x9898DD) is known color: Blue Bell. HEX triplet: 98, 98 and DD. RGB value is (152,152,221). Sum of RGB (Red+Green+Blue) = 152+152+221=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898DD is #676722. Grayscale: #9F9F9F. Windows color (decimal): -6776611 or 14522520. OLE color: 14522520.
HSL color Cylindrical-coordinate representation of color #9898DD: hue angle of 240º 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 #9898DD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 152 | 221 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.13 |
| HSL | 240º | 0.5% | 0.73% | - |
| HSV(B) | 240º | 0.31% | 0.87% | - |
| XYZ | 37.23 | 34.35 | 73.08 | - |
| YUV | 159.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 221 | 0.31 | 0.31 | 0 | 0.13 | 240 | 0.5 | 0.73 |
| Hex | 98 | 98 | DD | 1F | 1F | 0 | D | F0 | 32 | 49 |
| Octal | 230 | 230 | 335 | 37 | 37 | 0 | 15 | 360 | 62 | 111 |
| Binary | 10011000 | 10011000 | 11011101 | 11111 | 11111 | 0 | 1101 | 11110000 | 110010 | 1001001 |
Color Harmonies of #9898DD
Complementary color
Monochromatic Colors of #9898DD
Black with #9898DD
Text Example
Text Example
White with #9898DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9898DD; }
p { color: rgb(152,152,221); }
H1.HeaderClassName
{
color: #9898DD;
}
.AnyTagClassName
{
color: #9898DD;
}
</style>
background-color css
<style>
a { background-color: #9898DD; }
a { background-color: rgb(152,152,221); }
div.DivClassName
{
background-color: #9898DD;
}
.BgClassName
{
background-color: #9898DD;
}
</style>
border-color css
<style>
span { border-color: #9898DD; }
span { border-color: rgb(152,152,221); }
td.TdClassName
{
border-color: #9898DD;
}
.TagClassName
{
border-color: #9898DD;
}
</style>