Shades of Blue Bell #999DD7
Tints of Blue Bell #999DD7
RGB
CMYK
RGB Variations
Color information
#999DD7 (or 0x999DD7) is known color: Blue Bell. HEX triplet: 99, 9D and D7. RGB value is (153,157,215). Sum of RGB (Red+Green+Blue) = 153+157+215=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #999DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DD7 is #666228. Grayscale: #A2A2A2. Windows color (decimal): -6709801 or 14130585. OLE color: 14130585.
HSL color Cylindrical-coordinate representation of color #999DD7: hue angle of 236.13º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #999DD7 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 157 | 215 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.16 |
| HSL | 236.13º | 0.44% | 0.72% | - |
| HSV(B) | 236.13º | 0.29% | 0.84% | - |
| XYZ | 37.46 | 35.79 | 69.22 | - |
| YUV | 162.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 215 | 0.29 | 0.27 | 0 | 0.16 | 236.13 | 0.44 | 0.72 |
| Hex | 99 | 9D | D7 | 1D | 1B | 0 | 10 | EC | 2C | 48 |
| Octal | 231 | 235 | 327 | 35 | 33 | 0 | 20 | 354 | 54 | 110 |
| Binary | 10011001 | 10011101 | 11010111 | 11101 | 11011 | 0 | 10000 | 11101100 | 101100 | 1001000 |
Color Harmonies of #999DD7
Complementary color
Monochromatic Colors of #999DD7
Black with #999DD7
Text Example
Text Example
White with #999DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DD7; }
p { color: rgb(153,157,215); }
H1.HeaderClassName
{
color: #999DD7;
}
.AnyTagClassName
{
color: #999DD7;
}
</style>
background-color css
<style>
a { background-color: #999DD7; }
a { background-color: rgb(153,157,215); }
div.DivClassName
{
background-color: #999DD7;
}
.BgClassName
{
background-color: #999DD7;
}
</style>
border-color css
<style>
span { border-color: #999DD7; }
span { border-color: rgb(153,157,215); }
td.TdClassName
{
border-color: #999DD7;
}
.TagClassName
{
border-color: #999DD7;
}
</style>