Shades of Blue Bell #998FDD
Tints of Blue Bell #998FDD
RGB
CMYK
RGB Variations
Color information
#998FDD (or 0x998FDD) is known color: Blue Bell. HEX triplet: 99, 8F and DD. RGB value is (153,143,221). Sum of RGB (Red+Green+Blue) = 153+143+221=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #998FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FDD is #667022. Grayscale: #9A9A9A. Windows color (decimal): -6713379 or 14520217. OLE color: 14520217.
HSL color Cylindrical-coordinate representation of color #998FDD: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998FDD is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 143 | 221 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.13 |
| HSL | 247.69º | 0.53% | 0.71% | - |
| HSV(B) | 247.69º | 0.35% | 0.87% | - |
| XYZ | 36.01 | 31.64 | 72.62 | - |
| YUV | 154.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 221 | 0.31 | 0.35 | 0 | 0.13 | 247.69 | 0.53 | 0.71 |
| Hex | 99 | 8F | DD | 1F | 23 | 0 | D | F8 | 35 | 47 |
| Octal | 231 | 217 | 335 | 37 | 43 | 0 | 15 | 370 | 65 | 107 |
| Binary | 10011001 | 10001111 | 11011101 | 11111 | 100011 | 0 | 1101 | 11111000 | 110101 | 1000111 |
Color Harmonies of #998FDD
Complementary color
Monochromatic Colors of #998FDD
Black with #998FDD
Text Example
Text Example
White with #998FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FDD; }
p { color: rgb(153,143,221); }
H1.HeaderClassName
{
color: #998FDD;
}
.AnyTagClassName
{
color: #998FDD;
}
</style>
background-color css
<style>
a { background-color: #998FDD; }
a { background-color: rgb(153,143,221); }
div.DivClassName
{
background-color: #998FDD;
}
.BgClassName
{
background-color: #998FDD;
}
</style>
border-color css
<style>
span { border-color: #998FDD; }
span { border-color: rgb(153,143,221); }
td.TdClassName
{
border-color: #998FDD;
}
.TagClassName
{
border-color: #998FDD;
}
</style>