Shades of Blue Bell #999AD5
Tints of Blue Bell #999AD5
RGB
CMYK
RGB Variations
Color information
#999AD5 (or 0x999AD5) is known color: Blue Bell. HEX triplet: 99, 9A and D5. RGB value is (153,154,213). Sum of RGB (Red+Green+Blue) = 153+154+213=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #999AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AD5 is #66652A. Grayscale: #A0A0A0. Windows color (decimal): -6710571 or 13998745. OLE color: 13998745.
HSL color Cylindrical-coordinate representation of color #999AD5: hue angle of 239º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #999AD5 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 154 | 213 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.16 |
| HSL | 239º | 0.42% | 0.72% | - |
| HSV(B) | 239º | 0.28% | 0.84% | - |
| XYZ | 36.7 | 34.69 | 67.71 | - |
| YUV | 160.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 213 | 0.28 | 0.28 | 0 | 0.16 | 239 | 0.42 | 0.72 |
| Hex | 99 | 9A | D5 | 1C | 1C | 0 | 10 | EF | 2A | 48 |
| Octal | 231 | 232 | 325 | 34 | 34 | 0 | 20 | 357 | 52 | 110 |
| Binary | 10011001 | 10011010 | 11010101 | 11100 | 11100 | 0 | 10000 | 11101111 | 101010 | 1001000 |
Color Harmonies of #999AD5
Complementary color
Monochromatic Colors of #999AD5
Black with #999AD5
Text Example
Text Example
White with #999AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AD5; }
p { color: rgb(153,154,213); }
H1.HeaderClassName
{
color: #999AD5;
}
.AnyTagClassName
{
color: #999AD5;
}
</style>
background-color css
<style>
a { background-color: #999AD5; }
a { background-color: rgb(153,154,213); }
div.DivClassName
{
background-color: #999AD5;
}
.BgClassName
{
background-color: #999AD5;
}
</style>
border-color css
<style>
span { border-color: #999AD5; }
span { border-color: rgb(153,154,213); }
td.TdClassName
{
border-color: #999AD5;
}
.TagClassName
{
border-color: #999AD5;
}
</style>