Shades of Blue Bell #9990CD
Tints of Blue Bell #9990CD
RGB
CMYK
RGB Variations
Color information
#9990CD (or 0x9990CD) is known color: Blue Bell. HEX triplet: 99, 90 and CD. RGB value is (153,144,205). Sum of RGB (Red+Green+Blue) = 153+144+205=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9990CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CD is #666F32. Grayscale: #999999. Windows color (decimal): -6713139 or 13471897. OLE color: 13471897.
HSL color Cylindrical-coordinate representation of color #9990CD: hue angle of 248.85º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9990CD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 144 | 205 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.20 |
| HSL | 248.85º | 0.38% | 0.68% | - |
| HSV(B) | 248.85º | 0.3% | 0.8% | - |
| XYZ | 34.13 | 31.13 | 61.97 | - |
| YUV | 153.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 205 | 0.25 | 0.30 | 0 | 0.20 | 248.85 | 0.38 | 0.68 |
| Hex | 99 | 90 | CD | 19 | 1E | 0 | 14 | F9 | 26 | 44 |
| Octal | 231 | 220 | 315 | 31 | 36 | 0 | 24 | 371 | 46 | 104 |
| Binary | 10011001 | 10010000 | 11001101 | 11001 | 11110 | 0 | 10100 | 11111001 | 100110 | 1000100 |
Color Harmonies of #9990CD
Complementary color
Monochromatic Colors of #9990CD
Black with #9990CD
Text Example
Text Example
White with #9990CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990CD; }
p { color: rgb(153,144,205); }
H1.HeaderClassName
{
color: #9990CD;
}
.AnyTagClassName
{
color: #9990CD;
}
</style>
background-color css
<style>
a { background-color: #9990CD; }
a { background-color: rgb(153,144,205); }
div.DivClassName
{
background-color: #9990CD;
}
.BgClassName
{
background-color: #9990CD;
}
</style>
border-color css
<style>
span { border-color: #9990CD; }
span { border-color: rgb(153,144,205); }
td.TdClassName
{
border-color: #9990CD;
}
.TagClassName
{
border-color: #9990CD;
}
</style>