Shades of Blue Bell #999ECC
Tints of Blue Bell #999ECC
RGB
CMYK
RGB Variations
Color information
#999ECC (or 0x999ECC) is known color: Blue Bell. HEX triplet: 99, 9E and CC. RGB value is (153,158,204). Sum of RGB (Red+Green+Blue) = 153+158+204=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #999ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ECC is #666133. Grayscale: #A1A1A1. Windows color (decimal): -6709556 or 13409945. OLE color: 13409945.
HSL color Cylindrical-coordinate representation of color #999ECC: hue angle of 234.12º degrees, saturation: 0.33, 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 #999ECC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 158 | 204 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.2 |
| HSL | 234.12º | 0.33% | 0.7% | - |
| HSV(B) | 234.12º | 0.25% | 0.8% | - |
| XYZ | 36.26 | 35.59 | 62.08 | - |
| YUV | 161.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 204 | 0.25 | 0.23 | 0 | 0.2 | 234.12 | 0.33 | 0.7 |
| Hex | 99 | 9E | CC | 19 | 17 | 0 | 14 | EA | 21 | 46 |
| Octal | 231 | 236 | 314 | 31 | 27 | 0 | 24 | 352 | 41 | 106 |
| Binary | 10011001 | 10011110 | 11001100 | 11001 | 10111 | 0 | 10100 | 11101010 | 100001 | 1000110 |
Color Harmonies of #999ECC
Complementary color
Monochromatic Colors of #999ECC
Black with #999ECC
Text Example
Text Example
White with #999ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ECC; }
p { color: rgb(153,158,204); }
H1.HeaderClassName
{
color: #999ECC;
}
.AnyTagClassName
{
color: #999ECC;
}
</style>
background-color css
<style>
a { background-color: #999ECC; }
a { background-color: rgb(153,158,204); }
div.DivClassName
{
background-color: #999ECC;
}
.BgClassName
{
background-color: #999ECC;
}
</style>
border-color css
<style>
span { border-color: #999ECC; }
span { border-color: rgb(153,158,204); }
td.TdClassName
{
border-color: #999ECC;
}
.TagClassName
{
border-color: #999ECC;
}
</style>