Shades of Blue Bell #9891DD
Tints of Blue Bell #9891DD
RGB
CMYK
RGB Variations
Color information
#9891DD (or 0x9891DD) is known color: Blue Bell. HEX triplet: 98, 91 and DD. RGB value is (152,145,221). Sum of RGB (Red+Green+Blue) = 152+145+221=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9891DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891DD is #676E22. Grayscale: #9B9B9B. Windows color (decimal): -6778403 or 14520728. OLE color: 14520728.
HSL color Cylindrical-coordinate representation of color #9891DD: hue angle of 245.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9891DD is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 145 | 221 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.13 |
| HSL | 245.53º | 0.53% | 0.72% | - |
| HSV(B) | 245.53º | 0.34% | 0.87% | - |
| XYZ | 36.13 | 32.15 | 72.71 | - |
| YUV | 155.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 221 | 0.31 | 0.34 | 0 | 0.13 | 245.53 | 0.53 | 0.72 |
| Hex | 98 | 91 | DD | 1F | 22 | 0 | D | F6 | 35 | 48 |
| Octal | 230 | 221 | 335 | 37 | 42 | 0 | 15 | 366 | 65 | 110 |
| Binary | 10011000 | 10010001 | 11011101 | 11111 | 100010 | 0 | 1101 | 11110110 | 110101 | 1001000 |
Color Harmonies of #9891DD
Complementary color
Monochromatic Colors of #9891DD
Black with #9891DD
Text Example
Text Example
White with #9891DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891DD; }
p { color: rgb(152,145,221); }
H1.HeaderClassName
{
color: #9891DD;
}
.AnyTagClassName
{
color: #9891DD;
}
</style>
background-color css
<style>
a { background-color: #9891DD; }
a { background-color: rgb(152,145,221); }
div.DivClassName
{
background-color: #9891DD;
}
.BgClassName
{
background-color: #9891DD;
}
</style>
border-color css
<style>
span { border-color: #9891DD; }
span { border-color: rgb(152,145,221); }
td.TdClassName
{
border-color: #9891DD;
}
.TagClassName
{
border-color: #9891DD;
}
</style>