Shades of Blue Bell #999ADA
Tints of Blue Bell #999ADA
RGB
CMYK
RGB Variations
Color information
#999ADA (or 0x999ADA) is known color: Blue Bell. HEX triplet: 99, 9A and DA. RGB value is (153,154,218). Sum of RGB (Red+Green+Blue) = 153+154+218=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #999ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADA is #666525. Grayscale: #A0A0A0. Windows color (decimal): -6710566 or 14326425. OLE color: 14326425.
HSL color Cylindrical-coordinate representation of color #999ADA: hue angle of 239.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999ADA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 154 | 218 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.15 |
| HSL | 239.08º | 0.47% | 0.73% | - |
| HSV(B) | 239.08º | 0.3% | 0.85% | - |
| XYZ | 37.35 | 34.95 | 71.11 | - |
| YUV | 161 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 218 | 0.30 | 0.29 | 0 | 0.15 | 239.08 | 0.47 | 0.73 |
| Hex | 99 | 9A | DA | 1E | 1D | 0 | F | EF | 2F | 49 |
| Octal | 231 | 232 | 332 | 36 | 35 | 0 | 17 | 357 | 57 | 111 |
| Binary | 10011001 | 10011010 | 11011010 | 11110 | 11101 | 0 | 1111 | 11101111 | 101111 | 1001001 |
Color Harmonies of #999ADA
Complementary color
Monochromatic Colors of #999ADA
Black with #999ADA
Text Example
Text Example
White with #999ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ADA; }
p { color: rgb(153,154,218); }
H1.HeaderClassName
{
color: #999ADA;
}
.AnyTagClassName
{
color: #999ADA;
}
</style>
background-color css
<style>
a { background-color: #999ADA; }
a { background-color: rgb(153,154,218); }
div.DivClassName
{
background-color: #999ADA;
}
.BgClassName
{
background-color: #999ADA;
}
</style>
border-color css
<style>
span { border-color: #999ADA; }
span { border-color: rgb(153,154,218); }
td.TdClassName
{
border-color: #999ADA;
}
.TagClassName
{
border-color: #999ADA;
}
</style>