Shades of Blue Bell #9999CD
Tints of Blue Bell #9999CD
RGB
CMYK
RGB Variations
Color information
#9999CD (or 0x9999CD) is known color: Blue Bell. HEX triplet: 99, 99 and CD. RGB value is (153,153,205). Sum of RGB (Red+Green+Blue) = 153+153+205=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #9999CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999CD is #666632. Grayscale: #9E9E9E. Windows color (decimal): -6710835 or 13474201. OLE color: 13474201.
HSL color Cylindrical-coordinate representation of color #9999CD: hue angle of 240º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9999CD is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 153 | 205 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.20 |
| HSL | 240º | 0.34% | 0.7% | - |
| HSV(B) | 240º | 0.25% | 0.8% | - |
| XYZ | 35.55 | 33.96 | 62.44 | - |
| YUV | 158.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 205 | 0.25 | 0.25 | 0 | 0.20 | 240 | 0.34 | 0.7 |
| Hex | 99 | 99 | CD | 19 | 19 | 0 | 14 | F0 | 22 | 46 |
| Octal | 231 | 231 | 315 | 31 | 31 | 0 | 24 | 360 | 42 | 106 |
| Binary | 10011001 | 10011001 | 11001101 | 11001 | 11001 | 0 | 10100 | 11110000 | 100010 | 1000110 |
Color Harmonies of #9999CD
Complementary color
Monochromatic Colors of #9999CD
Black with #9999CD
Text Example
Text Example
White with #9999CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999CD; }
p { color: rgb(153,153,205); }
H1.HeaderClassName
{
color: #9999CD;
}
.AnyTagClassName
{
color: #9999CD;
}
</style>
background-color css
<style>
a { background-color: #9999CD; }
a { background-color: rgb(153,153,205); }
div.DivClassName
{
background-color: #9999CD;
}
.BgClassName
{
background-color: #9999CD;
}
</style>
border-color css
<style>
span { border-color: #9999CD; }
span { border-color: rgb(153,153,205); }
td.TdClassName
{
border-color: #9999CD;
}
.TagClassName
{
border-color: #9999CD;
}
</style>