Shades of Blue Bell #9891DC
Tints of Blue Bell #9891DC
RGB
CMYK
RGB Variations
Color information
#9891DC (or 0x9891DC) is known color: Blue Bell. HEX triplet: 98, 91 and DC. RGB value is (152,145,220). Sum of RGB (Red+Green+Blue) = 152+145+220=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9891DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891DC is #676E23. Grayscale: #9B9B9B. Windows color (decimal): -6778404 or 14455192. OLE color: 14455192.
HSL color Cylindrical-coordinate representation of color #9891DC: hue angle of 245.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9891DC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 145 | 220 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.14 |
| HSL | 245.6º | 0.52% | 0.72% | - |
| HSV(B) | 245.6º | 0.34% | 0.86% | - |
| XYZ | 35.99 | 32.09 | 72.01 | - |
| YUV | 155.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 220 | 0.31 | 0.34 | 0 | 0.14 | 245.6 | 0.52 | 0.72 |
| Hex | 98 | 91 | DC | 1F | 22 | 0 | E | F6 | 34 | 48 |
| Octal | 230 | 221 | 334 | 37 | 42 | 0 | 16 | 366 | 64 | 110 |
| Binary | 10011000 | 10010001 | 11011100 | 11111 | 100010 | 0 | 1110 | 11110110 | 110100 | 1001000 |
Color Harmonies of #9891DC
Complementary color
Monochromatic Colors of #9891DC
Black with #9891DC
Text Example
Text Example
White with #9891DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891DC; }
p { color: rgb(152,145,220); }
H1.HeaderClassName
{
color: #9891DC;
}
.AnyTagClassName
{
color: #9891DC;
}
</style>
background-color css
<style>
a { background-color: #9891DC; }
a { background-color: rgb(152,145,220); }
div.DivClassName
{
background-color: #9891DC;
}
.BgClassName
{
background-color: #9891DC;
}
</style>
border-color css
<style>
span { border-color: #9891DC; }
span { border-color: rgb(152,145,220); }
td.TdClassName
{
border-color: #9891DC;
}
.TagClassName
{
border-color: #9891DC;
}
</style>