Shades of Blue Bell #9896E2
Tints of Blue Bell #9896E2
RGB
CMYK
RGB Variations
Color information
#9896E2 (or 0x9896E2) is known color: Blue Bell. HEX triplet: 98, 96 and E2. RGB value is (152,150,226). Sum of RGB (Red+Green+Blue) = 152+150+226=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #9896E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896E2 is #67691D. Grayscale: #9E9E9E. Windows color (decimal): -6777118 or 14849688. OLE color: 14849688.
HSL color Cylindrical-coordinate representation of color #9896E2: hue angle of 241.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9896E2 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 150 | 226 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.11 |
| HSL | 241.58º | 0.57% | 0.74% | - |
| HSV(B) | 241.58º | 0.34% | 0.89% | - |
| XYZ | 37.58 | 33.98 | 76.53 | - |
| YUV | 159.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 226 | 0.33 | 0.34 | 0 | 0.11 | 241.58 | 0.57 | 0.74 |
| Hex | 98 | 96 | E2 | 21 | 22 | 0 | B | F2 | 39 | 4A |
| Octal | 230 | 226 | 342 | 41 | 42 | 0 | 13 | 362 | 71 | 112 |
| Binary | 10011000 | 10010110 | 11100010 | 100001 | 100010 | 0 | 1011 | 11110010 | 111001 | 1001010 |
Color Harmonies of #9896E2
Complementary color
Monochromatic Colors of #9896E2
Black with #9896E2
Text Example
Text Example
White with #9896E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896E2; }
p { color: rgb(152,150,226); }
H1.HeaderClassName
{
color: #9896E2;
}
.AnyTagClassName
{
color: #9896E2;
}
</style>
background-color css
<style>
a { background-color: #9896E2; }
a { background-color: rgb(152,150,226); }
div.DivClassName
{
background-color: #9896E2;
}
.BgClassName
{
background-color: #9896E2;
}
</style>
border-color css
<style>
span { border-color: #9896E2; }
span { border-color: rgb(152,150,226); }
td.TdClassName
{
border-color: #9896E2;
}
.TagClassName
{
border-color: #9896E2;
}
</style>