Shades of Blue Bell #999DCD
Tints of Blue Bell #999DCD
RGB
CMYK
RGB Variations
Color information
#999DCD (or 0x999DCD) is known color: Blue Bell. HEX triplet: 99, 9D and CD. RGB value is (153,157,205). Sum of RGB (Red+Green+Blue) = 153+157+205=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #999DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DCD is #666232. Grayscale: #A1A1A1. Windows color (decimal): -6709811 or 13475225. OLE color: 13475225.
HSL color Cylindrical-coordinate representation of color #999DCD: hue angle of 235.38º 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 #999DCD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 157 | 205 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.20 |
| HSL | 235.38º | 0.34% | 0.7% | - |
| HSV(B) | 235.38º | 0.25% | 0.8% | - |
| XYZ | 36.21 | 35.29 | 62.66 | - |
| YUV | 161.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 205 | 0.25 | 0.23 | 0 | 0.20 | 235.38 | 0.34 | 0.7 |
| Hex | 99 | 9D | CD | 19 | 17 | 0 | 14 | EB | 22 | 46 |
| Octal | 231 | 235 | 315 | 31 | 27 | 0 | 24 | 353 | 42 | 106 |
| Binary | 10011001 | 10011101 | 11001101 | 11001 | 10111 | 0 | 10100 | 11101011 | 100010 | 1000110 |
Color Harmonies of #999DCD
Complementary color
Monochromatic Colors of #999DCD
Black with #999DCD
Text Example
Text Example
White with #999DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DCD; }
p { color: rgb(153,157,205); }
H1.HeaderClassName
{
color: #999DCD;
}
.AnyTagClassName
{
color: #999DCD;
}
</style>
background-color css
<style>
a { background-color: #999DCD; }
a { background-color: rgb(153,157,205); }
div.DivClassName
{
background-color: #999DCD;
}
.BgClassName
{
background-color: #999DCD;
}
</style>
border-color css
<style>
span { border-color: #999DCD; }
span { border-color: rgb(153,157,205); }
td.TdClassName
{
border-color: #999DCD;
}
.TagClassName
{
border-color: #999DCD;
}
</style>