Shades of Blue Bell #9891CE
Tints of Blue Bell #9891CE
RGB
CMYK
RGB Variations
Color information
#9891CE (or 0x9891CE) is known color: Blue Bell. HEX triplet: 98, 91 and CE. RGB value is (152,145,206). Sum of RGB (Red+Green+Blue) = 152+145+206=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9891CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891CE is #676E31. Grayscale: #999999. Windows color (decimal): -6778418 or 13537688. OLE color: 13537688.
HSL color Cylindrical-coordinate representation of color #9891CE: hue angle of 246.89º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9891CE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 145 | 206 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.19 |
| HSL | 246.89º | 0.38% | 0.69% | - |
| HSV(B) | 246.89º | 0.3% | 0.81% | - |
| XYZ | 34.21 | 31.38 | 62.65 | - |
| YUV | 154.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 206 | 0.26 | 0.30 | 0 | 0.19 | 246.89 | 0.38 | 0.69 |
| Hex | 98 | 91 | CE | 1A | 1E | 0 | 13 | F7 | 26 | 45 |
| Octal | 230 | 221 | 316 | 32 | 36 | 0 | 23 | 367 | 46 | 105 |
| Binary | 10011000 | 10010001 | 11001110 | 11010 | 11110 | 0 | 10011 | 11110111 | 100110 | 1000101 |
Color Harmonies of #9891CE
Complementary color
Monochromatic Colors of #9891CE
Black with #9891CE
Text Example
Text Example
White with #9891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891CE; }
p { color: rgb(152,145,206); }
H1.HeaderClassName
{
color: #9891CE;
}
.AnyTagClassName
{
color: #9891CE;
}
</style>
background-color css
<style>
a { background-color: #9891CE; }
a { background-color: rgb(152,145,206); }
div.DivClassName
{
background-color: #9891CE;
}
.BgClassName
{
background-color: #9891CE;
}
</style>
border-color css
<style>
span { border-color: #9891CE; }
span { border-color: rgb(152,145,206); }
td.TdClassName
{
border-color: #9891CE;
}
.TagClassName
{
border-color: #9891CE;
}
</style>