Shades of Blue Bell #9890CF
Tints of Blue Bell #9890CF
RGB
CMYK
RGB Variations
Color information
#9890CF (or 0x9890CF) is known color: Blue Bell. HEX triplet: 98, 90 and CF. RGB value is (152,144,207). Sum of RGB (Red+Green+Blue) = 152+144+207=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #9890CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890CF is #676F30. Grayscale: #999999. Windows color (decimal): -6778673 or 13602968. OLE color: 13602968.
HSL color Cylindrical-coordinate representation of color #9890CF: hue angle of 247.62º degrees, saturation: 0.4, 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 #9890CF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 144 | 207 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.19 |
| HSL | 247.62º | 0.4% | 0.69% | - |
| HSV(B) | 247.62º | 0.3% | 0.81% | - |
| XYZ | 34.18 | 31.13 | 63.24 | - |
| YUV | 153.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 207 | 0.27 | 0.30 | 0 | 0.19 | 247.62 | 0.4 | 0.69 |
| Hex | 98 | 90 | CF | 1B | 1E | 0 | 13 | F8 | 28 | 45 |
| Octal | 230 | 220 | 317 | 33 | 36 | 0 | 23 | 370 | 50 | 105 |
| Binary | 10011000 | 10010000 | 11001111 | 11011 | 11110 | 0 | 10011 | 11111000 | 101000 | 1000101 |
Color Harmonies of #9890CF
Complementary color
Monochromatic Colors of #9890CF
Black with #9890CF
Text Example
Text Example
White with #9890CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890CF; }
p { color: rgb(152,144,207); }
H1.HeaderClassName
{
color: #9890CF;
}
.AnyTagClassName
{
color: #9890CF;
}
</style>
background-color css
<style>
a { background-color: #9890CF; }
a { background-color: rgb(152,144,207); }
div.DivClassName
{
background-color: #9890CF;
}
.BgClassName
{
background-color: #9890CF;
}
</style>
border-color css
<style>
span { border-color: #9890CF; }
span { border-color: rgb(152,144,207); }
td.TdClassName
{
border-color: #9890CF;
}
.TagClassName
{
border-color: #9890CF;
}
</style>