Shades of Blue Bell #9990CB
Tints of Blue Bell #9990CB
RGB
CMYK
RGB Variations
Color information
#9990CB (or 0x9990CB) is known color: Blue Bell. HEX triplet: 99, 90 and CB. RGB value is (153,144,203). Sum of RGB (Red+Green+Blue) = 153+144+203=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9990CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CB is #666F34. Grayscale: #999999. Windows color (decimal): -6713141 or 13340825. OLE color: 13340825.
HSL color Cylindrical-coordinate representation of color #9990CB: hue angle of 249.15º degrees, saturation: 0.36, 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 #9990CB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 144 | 203 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.20 |
| HSL | 249.15º | 0.36% | 0.68% | - |
| HSV(B) | 249.15º | 0.29% | 0.8% | - |
| XYZ | 33.89 | 31.03 | 60.7 | - |
| YUV | 153.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 203 | 0.25 | 0.29 | 0 | 0.20 | 249.15 | 0.36 | 0.68 |
| Hex | 99 | 90 | CB | 19 | 1D | 0 | 14 | F9 | 24 | 44 |
| Octal | 231 | 220 | 313 | 31 | 35 | 0 | 24 | 371 | 44 | 104 |
| Binary | 10011001 | 10010000 | 11001011 | 11001 | 11101 | 0 | 10100 | 11111001 | 100100 | 1000100 |
Color Harmonies of #9990CB
Complementary color
Monochromatic Colors of #9990CB
Black with #9990CB
Text Example
Text Example
White with #9990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990CB; }
p { color: rgb(153,144,203); }
H1.HeaderClassName
{
color: #9990CB;
}
.AnyTagClassName
{
color: #9990CB;
}
</style>
background-color css
<style>
a { background-color: #9990CB; }
a { background-color: rgb(153,144,203); }
div.DivClassName
{
background-color: #9990CB;
}
.BgClassName
{
background-color: #9990CB;
}
</style>
border-color css
<style>
span { border-color: #9990CB; }
span { border-color: rgb(153,144,203); }
td.TdClassName
{
border-color: #9990CB;
}
.TagClassName
{
border-color: #9990CB;
}
</style>