Shades of Blue Bell #9999DA
Tints of Blue Bell #9999DA
RGB
CMYK
RGB Variations
Color information
#9999DA (or 0x9999DA) is known color: Blue Bell. HEX triplet: 99, 99 and DA. RGB value is (153,153,218). Sum of RGB (Red+Green+Blue) = 153+153+218=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #9999DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999DA is #666625. Grayscale: #A0A0A0. Windows color (decimal): -6710822 or 14326169. OLE color: 14326169.
HSL color Cylindrical-coordinate representation of color #9999DA: hue angle of 240º 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 #9999DA is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 153 | 218 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.15 |
| HSL | 240º | 0.47% | 0.73% | - |
| HSV(B) | 240º | 0.3% | 0.85% | - |
| XYZ | 37.18 | 34.62 | 71.05 | - |
| YUV | 160.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 218 | 0.30 | 0.30 | 0 | 0.15 | 240 | 0.47 | 0.73 |
| Hex | 99 | 99 | DA | 1E | 1E | 0 | F | F0 | 2F | 49 |
| Octal | 231 | 231 | 332 | 36 | 36 | 0 | 17 | 360 | 57 | 111 |
| Binary | 10011001 | 10011001 | 11011010 | 11110 | 11110 | 0 | 1111 | 11110000 | 101111 | 1001001 |
Color Harmonies of #9999DA
Complementary color
Monochromatic Colors of #9999DA
Black with #9999DA
Text Example
Text Example
White with #9999DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999DA; }
p { color: rgb(153,153,218); }
H1.HeaderClassName
{
color: #9999DA;
}
.AnyTagClassName
{
color: #9999DA;
}
</style>
background-color css
<style>
a { background-color: #9999DA; }
a { background-color: rgb(153,153,218); }
div.DivClassName
{
background-color: #9999DA;
}
.BgClassName
{
background-color: #9999DA;
}
</style>
border-color css
<style>
span { border-color: #9999DA; }
span { border-color: rgb(153,153,218); }
td.TdClassName
{
border-color: #9999DA;
}
.TagClassName
{
border-color: #9999DA;
}
</style>