Shades of Blue Bell #9890CC
Tints of Blue Bell #9890CC
RGB
CMYK
RGB Variations
Color information
#9890CC (or 0x9890CC) is known color: Blue Bell. HEX triplet: 98, 90 and CC. RGB value is (152,144,204). Sum of RGB (Red+Green+Blue) = 152+144+204=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9890CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890CC is #676F33. Grayscale: #999999. Windows color (decimal): -6778676 or 13406360. OLE color: 13406360.
HSL color Cylindrical-coordinate representation of color #9890CC: hue angle of 248º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9890CC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 144 | 204 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.2 |
| HSL | 248º | 0.37% | 0.68% | - |
| HSV(B) | 248º | 0.29% | 0.8% | - |
| XYZ | 33.82 | 30.98 | 61.32 | - |
| YUV | 153.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 204 | 0.25 | 0.29 | 0 | 0.2 | 248 | 0.37 | 0.68 |
| Hex | 98 | 90 | CC | 19 | 1D | 0 | 14 | F8 | 25 | 44 |
| Octal | 230 | 220 | 314 | 31 | 35 | 0 | 24 | 370 | 45 | 104 |
| Binary | 10011000 | 10010000 | 11001100 | 11001 | 11101 | 0 | 10100 | 11111000 | 100101 | 1000100 |
Color Harmonies of #9890CC
Complementary color
Monochromatic Colors of #9890CC
Black with #9890CC
Text Example
Text Example
White with #9890CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890CC; }
p { color: rgb(152,144,204); }
H1.HeaderClassName
{
color: #9890CC;
}
.AnyTagClassName
{
color: #9890CC;
}
</style>
background-color css
<style>
a { background-color: #9890CC; }
a { background-color: rgb(152,144,204); }
div.DivClassName
{
background-color: #9890CC;
}
.BgClassName
{
background-color: #9890CC;
}
</style>
border-color css
<style>
span { border-color: #9890CC; }
span { border-color: rgb(152,144,204); }
td.TdClassName
{
border-color: #9890CC;
}
.TagClassName
{
border-color: #9890CC;
}
</style>