Shades of Blue Bell #998DD0
Tints of Blue Bell #998DD0
RGB
CMYK
RGB Variations
Color information
#998DD0 (or 0x998DD0) is known color: Blue Bell. HEX triplet: 99, 8D and D0. RGB value is (153,141,208). Sum of RGB (Red+Green+Blue) = 153+141+208=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #998DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DD0 is #66722F. Grayscale: #979797. Windows color (decimal): -6713904 or 13667737. OLE color: 13667737.
HSL color Cylindrical-coordinate representation of color #998DD0: hue angle of 250.75º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998DD0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 141 | 208 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.18 |
| HSL | 250.75º | 0.42% | 0.68% | - |
| HSV(B) | 250.75º | 0.32% | 0.82% | - |
| XYZ | 34.05 | 30.38 | 63.74 | - |
| YUV | 152.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 208 | 0.26 | 0.32 | 0 | 0.18 | 250.75 | 0.42 | 0.68 |
| Hex | 99 | 8D | D0 | 1A | 20 | 0 | 12 | FB | 2A | 44 |
| Octal | 231 | 215 | 320 | 32 | 40 | 0 | 22 | 373 | 52 | 104 |
| Binary | 10011001 | 10001101 | 11010000 | 11010 | 100000 | 0 | 10010 | 11111011 | 101010 | 1000100 |
Color Harmonies of #998DD0
Complementary color
Monochromatic Colors of #998DD0
Black with #998DD0
Text Example
Text Example
White with #998DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DD0; }
p { color: rgb(153,141,208); }
H1.HeaderClassName
{
color: #998DD0;
}
.AnyTagClassName
{
color: #998DD0;
}
</style>
background-color css
<style>
a { background-color: #998DD0; }
a { background-color: rgb(153,141,208); }
div.DivClassName
{
background-color: #998DD0;
}
.BgClassName
{
background-color: #998DD0;
}
</style>
border-color css
<style>
span { border-color: #998DD0; }
span { border-color: rgb(153,141,208); }
td.TdClassName
{
border-color: #998DD0;
}
.TagClassName
{
border-color: #998DD0;
}
</style>