Shades of Blue Bell #9891DE
Tints of Blue Bell #9891DE
RGB
CMYK
RGB Variations
Color information
#9891DE (or 0x9891DE) is known color: Blue Bell. HEX triplet: 98, 91 and DE. RGB value is (152,145,222). Sum of RGB (Red+Green+Blue) = 152+145+222=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #9891DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891DE is #676E21. Grayscale: #9B9B9B. Windows color (decimal): -6778402 or 14586264. OLE color: 14586264.
HSL color Cylindrical-coordinate representation of color #9891DE: hue angle of 245.45º degrees, saturation: 0.54, 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 #9891DE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 145 | 222 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.13 |
| HSL | 245.45º | 0.54% | 0.72% | - |
| HSV(B) | 245.45º | 0.35% | 0.87% | - |
| XYZ | 36.26 | 32.2 | 73.41 | - |
| YUV | 155.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 222 | 0.32 | 0.35 | 0 | 0.13 | 245.45 | 0.54 | 0.72 |
| Hex | 98 | 91 | DE | 20 | 23 | 0 | D | F5 | 36 | 48 |
| Octal | 230 | 221 | 336 | 40 | 43 | 0 | 15 | 365 | 66 | 110 |
| Binary | 10011000 | 10010001 | 11011110 | 100000 | 100011 | 0 | 1101 | 11110101 | 110110 | 1001000 |
Color Harmonies of #9891DE
Complementary color
Monochromatic Colors of #9891DE
Black with #9891DE
Text Example
Text Example
White with #9891DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891DE; }
p { color: rgb(152,145,222); }
H1.HeaderClassName
{
color: #9891DE;
}
.AnyTagClassName
{
color: #9891DE;
}
</style>
background-color css
<style>
a { background-color: #9891DE; }
a { background-color: rgb(152,145,222); }
div.DivClassName
{
background-color: #9891DE;
}
.BgClassName
{
background-color: #9891DE;
}
</style>
border-color css
<style>
span { border-color: #9891DE; }
span { border-color: rgb(152,145,222); }
td.TdClassName
{
border-color: #9891DE;
}
.TagClassName
{
border-color: #9891DE;
}
</style>