Shades of Blue Bell #9890DF
Tints of Blue Bell #9890DF
RGB
CMYK
RGB Variations
Color information
#9890DF (or 0x9890DF) is known color: Blue Bell. HEX triplet: 98, 90 and DF. RGB value is (152,144,223). Sum of RGB (Red+Green+Blue) = 152+144+223=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9890DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890DF is #676F20. Grayscale: #9B9B9B. Windows color (decimal): -6778657 or 14651544. OLE color: 14651544.
HSL color Cylindrical-coordinate representation of color #9890DF: hue angle of 246.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9890DF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 144 | 223 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.13 |
| HSL | 246.08º | 0.55% | 0.72% | - |
| HSV(B) | 246.08º | 0.35% | 0.87% | - |
| XYZ | 36.24 | 31.95 | 74.07 | - |
| YUV | 155.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 223 | 0.32 | 0.35 | 0 | 0.13 | 246.08 | 0.55 | 0.72 |
| Hex | 98 | 90 | DF | 20 | 23 | 0 | D | F6 | 37 | 48 |
| Octal | 230 | 220 | 337 | 40 | 43 | 0 | 15 | 366 | 67 | 110 |
| Binary | 10011000 | 10010000 | 11011111 | 100000 | 100011 | 0 | 1101 | 11110110 | 110111 | 1001000 |
Color Harmonies of #9890DF
Complementary color
Monochromatic Colors of #9890DF
Black with #9890DF
Text Example
Text Example
White with #9890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890DF; }
p { color: rgb(152,144,223); }
H1.HeaderClassName
{
color: #9890DF;
}
.AnyTagClassName
{
color: #9890DF;
}
</style>
background-color css
<style>
a { background-color: #9890DF; }
a { background-color: rgb(152,144,223); }
div.DivClassName
{
background-color: #9890DF;
}
.BgClassName
{
background-color: #9890DF;
}
</style>
border-color css
<style>
span { border-color: #9890DF; }
span { border-color: rgb(152,144,223); }
td.TdClassName
{
border-color: #9890DF;
}
.TagClassName
{
border-color: #9890DF;
}
</style>