Shades of Blue Bell #9990CE
Tints of Blue Bell #9990CE
RGB
CMYK
RGB Variations
Color information
#9990CE (or 0x9990CE) is known color: Blue Bell. HEX triplet: 99, 90 and CE. RGB value is (153,144,206). Sum of RGB (Red+Green+Blue) = 153+144+206=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 144 (56.64% from 255 or 28.63% 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 #9990CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CE is #666F31. Grayscale: #999999. Windows color (decimal): -6713138 or 13537433. OLE color: 13537433.
HSL color Cylindrical-coordinate representation of color #9990CE: hue angle of 248.71º 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 #9990CE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 144 | 206 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.19 |
| HSL | 248.71º | 0.39% | 0.69% | - |
| HSV(B) | 248.71º | 0.3% | 0.81% | - |
| XYZ | 34.25 | 31.18 | 62.6 | - |
| YUV | 153.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 206 | 0.26 | 0.30 | 0 | 0.19 | 248.71 | 0.39 | 0.69 |
| Hex | 99 | 90 | CE | 1A | 1E | 0 | 13 | F9 | 27 | 45 |
| Octal | 231 | 220 | 316 | 32 | 36 | 0 | 23 | 371 | 47 | 105 |
| Binary | 10011001 | 10010000 | 11001110 | 11010 | 11110 | 0 | 10011 | 11111001 | 100111 | 1000101 |
Color Harmonies of #9990CE
Complementary color
Monochromatic Colors of #9990CE
Black with #9990CE
Text Example
Text Example
White with #9990CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990CE; }
p { color: rgb(153,144,206); }
H1.HeaderClassName
{
color: #9990CE;
}
.AnyTagClassName
{
color: #9990CE;
}
</style>
background-color css
<style>
a { background-color: #9990CE; }
a { background-color: rgb(153,144,206); }
div.DivClassName
{
background-color: #9990CE;
}
.BgClassName
{
background-color: #9990CE;
}
</style>
border-color css
<style>
span { border-color: #9990CE; }
span { border-color: rgb(153,144,206); }
td.TdClassName
{
border-color: #9990CE;
}
.TagClassName
{
border-color: #9990CE;
}
</style>