Shades of Blue Bell #999AD6
Tints of Blue Bell #999AD6
RGB
CMYK
RGB Variations
Color information
#999AD6 (or 0x999AD6) is known color: Blue Bell. HEX triplet: 99, 9A and D6. RGB value is (153,154,214). Sum of RGB (Red+Green+Blue) = 153+154+214=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #999AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AD6 is #666529. Grayscale: #A0A0A0. Windows color (decimal): -6710570 or 14064281. OLE color: 14064281.
HSL color Cylindrical-coordinate representation of color #999AD6: hue angle of 239.02º degrees, saturation: 0.43, 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 #999AD6 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 154 | 214 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.16 |
| HSL | 239.02º | 0.43% | 0.72% | - |
| HSV(B) | 239.02º | 0.29% | 0.84% | - |
| XYZ | 36.83 | 34.74 | 68.38 | - |
| YUV | 160.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 214 | 0.29 | 0.28 | 0 | 0.16 | 239.02 | 0.43 | 0.72 |
| Hex | 99 | 9A | D6 | 1D | 1C | 0 | 10 | EF | 2B | 48 |
| Octal | 231 | 232 | 326 | 35 | 34 | 0 | 20 | 357 | 53 | 110 |
| Binary | 10011001 | 10011010 | 11010110 | 11101 | 11100 | 0 | 10000 | 11101111 | 101011 | 1001000 |
Color Harmonies of #999AD6
Complementary color
Monochromatic Colors of #999AD6
Black with #999AD6
Text Example
Text Example
White with #999AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AD6; }
p { color: rgb(153,154,214); }
H1.HeaderClassName
{
color: #999AD6;
}
.AnyTagClassName
{
color: #999AD6;
}
</style>
background-color css
<style>
a { background-color: #999AD6; }
a { background-color: rgb(153,154,214); }
div.DivClassName
{
background-color: #999AD6;
}
.BgClassName
{
background-color: #999AD6;
}
</style>
border-color css
<style>
span { border-color: #999AD6; }
span { border-color: rgb(153,154,214); }
td.TdClassName
{
border-color: #999AD6;
}
.TagClassName
{
border-color: #999AD6;
}
</style>