Shades of Blue Bell #9892DD
Tints of Blue Bell #9892DD
RGB
CMYK
RGB Variations
Color information
#9892DD (or 0x9892DD) is known color: Blue Bell. HEX triplet: 98, 92 and DD. RGB value is (152,146,221). Sum of RGB (Red+Green+Blue) = 152+146+221=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9892DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892DD is #676D22. Grayscale: #9C9C9C. Windows color (decimal): -6778147 or 14520984. OLE color: 14520984.
HSL color Cylindrical-coordinate representation of color #9892DD: hue angle of 244.8º degrees, saturation: 0.52, 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 #9892DD is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 146 | 221 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.13 |
| HSL | 244.8º | 0.52% | 0.72% | - |
| HSV(B) | 244.8º | 0.34% | 0.87% | - |
| XYZ | 36.28 | 32.45 | 72.76 | - |
| YUV | 156.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 221 | 0.31 | 0.34 | 0 | 0.13 | 244.8 | 0.52 | 0.72 |
| Hex | 98 | 92 | DD | 1F | 22 | 0 | D | F5 | 34 | 48 |
| Octal | 230 | 222 | 335 | 37 | 42 | 0 | 15 | 365 | 64 | 110 |
| Binary | 10011000 | 10010010 | 11011101 | 11111 | 100010 | 0 | 1101 | 11110101 | 110100 | 1001000 |
Color Harmonies of #9892DD
Complementary color
Monochromatic Colors of #9892DD
Black with #9892DD
Text Example
Text Example
White with #9892DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892DD; }
p { color: rgb(152,146,221); }
H1.HeaderClassName
{
color: #9892DD;
}
.AnyTagClassName
{
color: #9892DD;
}
</style>
background-color css
<style>
a { background-color: #9892DD; }
a { background-color: rgb(152,146,221); }
div.DivClassName
{
background-color: #9892DD;
}
.BgClassName
{
background-color: #9892DD;
}
</style>
border-color css
<style>
span { border-color: #9892DD; }
span { border-color: rgb(152,146,221); }
td.TdClassName
{
border-color: #9892DD;
}
.TagClassName
{
border-color: #9892DD;
}
</style>