Shades of Blue Bell #9996CA
Tints of Blue Bell #9996CA
RGB
CMYK
RGB Variations
Color information
#9996CA (or 0x9996CA) is known color: Blue Bell. HEX triplet: 99, 96 and CA. RGB value is (153,150,202). Sum of RGB (Red+Green+Blue) = 153+150+202=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9996CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996CA is #666935. Grayscale: #9C9C9C. Windows color (decimal): -6711606 or 13276825. OLE color: 13276825.
HSL color Cylindrical-coordinate representation of color #9996CA: hue angle of 243.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9996CA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 150 | 202 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.21 |
| HSL | 243.46º | 0.33% | 0.69% | - |
| HSV(B) | 243.46º | 0.26% | 0.79% | - |
| XYZ | 34.7 | 32.85 | 60.39 | - |
| YUV | 156.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 202 | 0.24 | 0.26 | 0 | 0.21 | 243.46 | 0.33 | 0.69 |
| Hex | 99 | 96 | CA | 18 | 1A | 0 | 15 | F3 | 21 | 45 |
| Octal | 231 | 226 | 312 | 30 | 32 | 0 | 25 | 363 | 41 | 105 |
| Binary | 10011001 | 10010110 | 11001010 | 11000 | 11010 | 0 | 10101 | 11110011 | 100001 | 1000101 |
Color Harmonies of #9996CA
Complementary color
Monochromatic Colors of #9996CA
Black with #9996CA
Text Example
Text Example
White with #9996CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996CA; }
p { color: rgb(153,150,202); }
H1.HeaderClassName
{
color: #9996CA;
}
.AnyTagClassName
{
color: #9996CA;
}
</style>
background-color css
<style>
a { background-color: #9996CA; }
a { background-color: rgb(153,150,202); }
div.DivClassName
{
background-color: #9996CA;
}
.BgClassName
{
background-color: #9996CA;
}
</style>
border-color css
<style>
span { border-color: #9996CA; }
span { border-color: rgb(153,150,202); }
td.TdClassName
{
border-color: #9996CA;
}
.TagClassName
{
border-color: #9996CA;
}
</style>