Shades of Blue Bell #9998DA
Tints of Blue Bell #9998DA
RGB
CMYK
RGB Variations
Color information
#9998DA (or 0x9998DA) is known color: Blue Bell. HEX triplet: 99, 98 and DA. RGB value is (153,152,218). Sum of RGB (Red+Green+Blue) = 153+152+218=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #9998DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998DA is #666725. Grayscale: #9F9F9F. Windows color (decimal): -6711078 or 14325913. OLE color: 14325913.
HSL color Cylindrical-coordinate representation of color #9998DA: hue angle of 240.91º 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 #9998DA is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 152 | 218 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.15 |
| HSL | 240.91º | 0.47% | 0.73% | - |
| HSV(B) | 240.91º | 0.3% | 0.85% | - |
| XYZ | 37.02 | 34.29 | 71 | - |
| YUV | 159.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 218 | 0.30 | 0.30 | 0 | 0.15 | 240.91 | 0.47 | 0.73 |
| Hex | 99 | 98 | DA | 1E | 1E | 0 | F | F1 | 2F | 49 |
| Octal | 231 | 230 | 332 | 36 | 36 | 0 | 17 | 361 | 57 | 111 |
| Binary | 10011001 | 10011000 | 11011010 | 11110 | 11110 | 0 | 1111 | 11110001 | 101111 | 1001001 |
Color Harmonies of #9998DA
Complementary color
Monochromatic Colors of #9998DA
Black with #9998DA
Text Example
Text Example
White with #9998DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998DA; }
p { color: rgb(153,152,218); }
H1.HeaderClassName
{
color: #9998DA;
}
.AnyTagClassName
{
color: #9998DA;
}
</style>
background-color css
<style>
a { background-color: #9998DA; }
a { background-color: rgb(153,152,218); }
div.DivClassName
{
background-color: #9998DA;
}
.BgClassName
{
background-color: #9998DA;
}
</style>
border-color css
<style>
span { border-color: #9998DA; }
span { border-color: rgb(153,152,218); }
td.TdClassName
{
border-color: #9998DA;
}
.TagClassName
{
border-color: #9998DA;
}
</style>