Shades of Blue Bell #998ADD
Tints of Blue Bell #998ADD
RGB
CMYK
RGB Variations
Color information
#998ADD (or 0x998ADD) is known color: Blue Bell. HEX triplet: 99, 8A and DD. RGB value is (153,138,221). Sum of RGB (Red+Green+Blue) = 153+138+221=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #998ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ADD is #667522. Grayscale: #979797. Windows color (decimal): -6714659 or 14518937. OLE color: 14518937.
HSL color Cylindrical-coordinate representation of color #998ADD: hue angle of 250.84º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998ADD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 138 | 221 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.13 |
| HSL | 250.84º | 0.55% | 0.7% | - |
| HSV(B) | 250.84º | 0.38% | 0.87% | - |
| XYZ | 35.28 | 30.17 | 72.37 | - |
| YUV | 151.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 221 | 0.31 | 0.38 | 0 | 0.13 | 250.84 | 0.55 | 0.7 |
| Hex | 99 | 8A | DD | 1F | 26 | 0 | D | FB | 37 | 46 |
| Octal | 231 | 212 | 335 | 37 | 46 | 0 | 15 | 373 | 67 | 106 |
| Binary | 10011001 | 10001010 | 11011101 | 11111 | 100110 | 0 | 1101 | 11111011 | 110111 | 1000110 |
Color Harmonies of #998ADD
Complementary color
Monochromatic Colors of #998ADD
Black with #998ADD
Text Example
Text Example
White with #998ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ADD; }
p { color: rgb(153,138,221); }
H1.HeaderClassName
{
color: #998ADD;
}
.AnyTagClassName
{
color: #998ADD;
}
</style>
background-color css
<style>
a { background-color: #998ADD; }
a { background-color: rgb(153,138,221); }
div.DivClassName
{
background-color: #998ADD;
}
.BgClassName
{
background-color: #998ADD;
}
</style>
border-color css
<style>
span { border-color: #998ADD; }
span { border-color: rgb(153,138,221); }
td.TdClassName
{
border-color: #998ADD;
}
.TagClassName
{
border-color: #998ADD;
}
</style>