Shades of Blue Bell #9890CE
Tints of Blue Bell #9890CE
RGB
CMYK
RGB Variations
Color information
#9890CE (or 0x9890CE) is known color: Blue Bell. HEX triplet: 98, 90 and CE. RGB value is (152,144,206). Sum of RGB (Red+Green+Blue) = 152+144+206=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #9890CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890CE is #676F31. Grayscale: #999999. Windows color (decimal): -6778674 or 13537432. OLE color: 13537432.
HSL color Cylindrical-coordinate representation of color #9890CE: hue angle of 247.74º degrees, saturation: 0.39, 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 #9890CE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 144 | 206 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.19 |
| HSL | 247.74º | 0.39% | 0.69% | - |
| HSV(B) | 247.74º | 0.3% | 0.81% | - |
| XYZ | 34.06 | 31.08 | 62.6 | - |
| YUV | 153.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 206 | 0.26 | 0.30 | 0 | 0.19 | 247.74 | 0.39 | 0.69 |
| Hex | 98 | 90 | CE | 1A | 1E | 0 | 13 | F8 | 27 | 45 |
| Octal | 230 | 220 | 316 | 32 | 36 | 0 | 23 | 370 | 47 | 105 |
| Binary | 10011000 | 10010000 | 11001110 | 11010 | 11110 | 0 | 10011 | 11111000 | 100111 | 1000101 |
Color Harmonies of #9890CE
Complementary color
Monochromatic Colors of #9890CE
Black with #9890CE
Text Example
Text Example
White with #9890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890CE; }
p { color: rgb(152,144,206); }
H1.HeaderClassName
{
color: #9890CE;
}
.AnyTagClassName
{
color: #9890CE;
}
</style>
background-color css
<style>
a { background-color: #9890CE; }
a { background-color: rgb(152,144,206); }
div.DivClassName
{
background-color: #9890CE;
}
.BgClassName
{
background-color: #9890CE;
}
</style>
border-color css
<style>
span { border-color: #9890CE; }
span { border-color: rgb(152,144,206); }
td.TdClassName
{
border-color: #9890CE;
}
.TagClassName
{
border-color: #9890CE;
}
</style>