Shades of Blue Bell #999ECD
Tints of Blue Bell #999ECD
RGB
CMYK
RGB Variations
Color information
#999ECD (or 0x999ECD) is known color: Blue Bell. HEX triplet: 99, 9E and CD. RGB value is (153,158,205). Sum of RGB (Red+Green+Blue) = 153+158+205=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #999ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ECD is #666132. Grayscale: #A1A1A1. Windows color (decimal): -6709555 or 13475481. OLE color: 13475481.
HSL color Cylindrical-coordinate representation of color #999ECD: hue angle of 234.23º 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 #999ECD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 158 | 205 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.20 |
| HSL | 234.23º | 0.34% | 0.7% | - |
| HSV(B) | 234.23º | 0.25% | 0.8% | - |
| XYZ | 36.38 | 35.63 | 62.72 | - |
| YUV | 161.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 205 | 0.25 | 0.23 | 0 | 0.20 | 234.23 | 0.34 | 0.7 |
| Hex | 99 | 9E | CD | 19 | 17 | 0 | 14 | EA | 22 | 46 |
| Octal | 231 | 236 | 315 | 31 | 27 | 0 | 24 | 352 | 42 | 106 |
| Binary | 10011001 | 10011110 | 11001101 | 11001 | 10111 | 0 | 10100 | 11101010 | 100010 | 1000110 |
Color Harmonies of #999ECD
Complementary color
Monochromatic Colors of #999ECD
Black with #999ECD
Text Example
Text Example
White with #999ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ECD; }
p { color: rgb(153,158,205); }
H1.HeaderClassName
{
color: #999ECD;
}
.AnyTagClassName
{
color: #999ECD;
}
</style>
background-color css
<style>
a { background-color: #999ECD; }
a { background-color: rgb(153,158,205); }
div.DivClassName
{
background-color: #999ECD;
}
.BgClassName
{
background-color: #999ECD;
}
</style>
border-color css
<style>
span { border-color: #999ECD; }
span { border-color: rgb(153,158,205); }
td.TdClassName
{
border-color: #999ECD;
}
.TagClassName
{
border-color: #999ECD;
}
</style>