Shades of Blue Bell #9891E0
Tints of Blue Bell #9891E0
RGB
CMYK
RGB Variations
Color information
#9891E0 (or 0x9891E0) is known color: Blue Bell. HEX triplet: 98, 91 and E0. RGB value is (152,145,224). Sum of RGB (Red+Green+Blue) = 152+145+224=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #9891E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891E0 is #676E1F. Grayscale: #9B9B9B. Windows color (decimal): -6778400 or 14717336. OLE color: 14717336.
HSL color Cylindrical-coordinate representation of color #9891E0: hue angle of 245.32º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9891E0 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 145 | 224 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.12 |
| HSL | 245.32º | 0.56% | 0.72% | - |
| HSV(B) | 245.32º | 0.35% | 0.88% | - |
| XYZ | 36.53 | 32.31 | 74.83 | - |
| YUV | 156.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 224 | 0.32 | 0.35 | 0 | 0.12 | 245.32 | 0.56 | 0.72 |
| Hex | 98 | 91 | E0 | 20 | 23 | 0 | C | F5 | 38 | 48 |
| Octal | 230 | 221 | 340 | 40 | 43 | 0 | 14 | 365 | 70 | 110 |
| Binary | 10011000 | 10010001 | 11100000 | 100000 | 100011 | 0 | 1100 | 11110101 | 111000 | 1001000 |
Color Harmonies of #9891E0
Complementary color
Monochromatic Colors of #9891E0
Black with #9891E0
Text Example
Text Example
White with #9891E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891E0; }
p { color: rgb(152,145,224); }
H1.HeaderClassName
{
color: #9891E0;
}
.AnyTagClassName
{
color: #9891E0;
}
</style>
background-color css
<style>
a { background-color: #9891E0; }
a { background-color: rgb(152,145,224); }
div.DivClassName
{
background-color: #9891E0;
}
.BgClassName
{
background-color: #9891E0;
}
</style>
border-color css
<style>
span { border-color: #9891E0; }
span { border-color: rgb(152,145,224); }
td.TdClassName
{
border-color: #9891E0;
}
.TagClassName
{
border-color: #9891E0;
}
</style>