Shades of Blue Bell #9990CC
Tints of Blue Bell #9990CC
RGB
CMYK
RGB Variations
Color information
#9990CC (or 0x9990CC) is known color: Blue Bell. HEX triplet: 99, 90 and CC. RGB value is (153,144,204). Sum of RGB (Red+Green+Blue) = 153+144+204=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9990CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CC is #666F33. Grayscale: #999999. Windows color (decimal): -6713140 or 13406361. OLE color: 13406361.
HSL color Cylindrical-coordinate representation of color #9990CC: hue angle of 249º 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 #9990CC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 144 | 204 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.2 |
| HSL | 249º | 0.37% | 0.68% | - |
| HSV(B) | 249º | 0.29% | 0.8% | - |
| XYZ | 34.01 | 31.08 | 61.33 | - |
| YUV | 153.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 204 | 0.25 | 0.29 | 0 | 0.2 | 249 | 0.37 | 0.68 |
| Hex | 99 | 90 | CC | 19 | 1D | 0 | 14 | F9 | 25 | 44 |
| Octal | 231 | 220 | 314 | 31 | 35 | 0 | 24 | 371 | 45 | 104 |
| Binary | 10011001 | 10010000 | 11001100 | 11001 | 11101 | 0 | 10100 | 11111001 | 100101 | 1000100 |
Color Harmonies of #9990CC
Complementary color
Monochromatic Colors of #9990CC
Black with #9990CC
Text Example
Text Example
White with #9990CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990CC; }
p { color: rgb(153,144,204); }
H1.HeaderClassName
{
color: #9990CC;
}
.AnyTagClassName
{
color: #9990CC;
}
</style>
background-color css
<style>
a { background-color: #9990CC; }
a { background-color: rgb(153,144,204); }
div.DivClassName
{
background-color: #9990CC;
}
.BgClassName
{
background-color: #9990CC;
}
</style>
border-color css
<style>
span { border-color: #9990CC; }
span { border-color: rgb(153,144,204); }
td.TdClassName
{
border-color: #9990CC;
}
.TagClassName
{
border-color: #9990CC;
}
</style>