Shades of Blue Bell #998DDA
Tints of Blue Bell #998DDA
RGB
CMYK
RGB Variations
Color information
#998DDA (or 0x998DDA) is known color: Blue Bell. HEX triplet: 99, 8D and DA. RGB value is (153,141,218). Sum of RGB (Red+Green+Blue) = 153+141+218=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #998DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DDA is #667225. Grayscale: #999999. Windows color (decimal): -6713894 or 14323097. OLE color: 14323097.
HSL color Cylindrical-coordinate representation of color #998DDA: hue angle of 249.35º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998DDA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 141 | 218 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.15 |
| HSL | 249.35º | 0.51% | 0.7% | - |
| HSV(B) | 249.35º | 0.35% | 0.85% | - |
| XYZ | 35.32 | 30.88 | 70.43 | - |
| YUV | 153.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 218 | 0.30 | 0.35 | 0 | 0.15 | 249.35 | 0.51 | 0.7 |
| Hex | 99 | 8D | DA | 1E | 23 | 0 | F | F9 | 33 | 46 |
| Octal | 231 | 215 | 332 | 36 | 43 | 0 | 17 | 371 | 63 | 106 |
| Binary | 10011001 | 10001101 | 11011010 | 11110 | 100011 | 0 | 1111 | 11111001 | 110011 | 1000110 |
Color Harmonies of #998DDA
Complementary color
Monochromatic Colors of #998DDA
Black with #998DDA
Text Example
Text Example
White with #998DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DDA; }
p { color: rgb(153,141,218); }
H1.HeaderClassName
{
color: #998DDA;
}
.AnyTagClassName
{
color: #998DDA;
}
</style>
background-color css
<style>
a { background-color: #998DDA; }
a { background-color: rgb(153,141,218); }
div.DivClassName
{
background-color: #998DDA;
}
.BgClassName
{
background-color: #998DDA;
}
</style>
border-color css
<style>
span { border-color: #998DDA; }
span { border-color: rgb(153,141,218); }
td.TdClassName
{
border-color: #998DDA;
}
.TagClassName
{
border-color: #998DDA;
}
</style>