Shades of Blue Bell #998BDB
Tints of Blue Bell #998BDB
RGB
CMYK
RGB Variations
Color information
#998BDB (or 0x998BDB) is known color: Blue Bell. HEX triplet: 99, 8B and DB. RGB value is (153,139,219). Sum of RGB (Red+Green+Blue) = 153+139+219=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #998BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BDB is #667424. Grayscale: #989898. Windows color (decimal): -6714405 or 14388121. OLE color: 14388121.
HSL color Cylindrical-coordinate representation of color #998BDB: hue angle of 250.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998BDB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 139 | 219 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.14 |
| HSL | 250.5º | 0.53% | 0.7% | - |
| HSV(B) | 250.5º | 0.37% | 0.86% | - |
| XYZ | 35.16 | 30.35 | 71.02 | - |
| YUV | 152.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 219 | 0.30 | 0.37 | 0 | 0.14 | 250.5 | 0.53 | 0.7 |
| Hex | 99 | 8B | DB | 1E | 25 | 0 | E | FB | 35 | 46 |
| Octal | 231 | 213 | 333 | 36 | 45 | 0 | 16 | 373 | 65 | 106 |
| Binary | 10011001 | 10001011 | 11011011 | 11110 | 100101 | 0 | 1110 | 11111011 | 110101 | 1000110 |
Color Harmonies of #998BDB
Complementary color
Monochromatic Colors of #998BDB
Black with #998BDB
Text Example
Text Example
White with #998BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BDB; }
p { color: rgb(153,139,219); }
H1.HeaderClassName
{
color: #998BDB;
}
.AnyTagClassName
{
color: #998BDB;
}
</style>
background-color css
<style>
a { background-color: #998BDB; }
a { background-color: rgb(153,139,219); }
div.DivClassName
{
background-color: #998BDB;
}
.BgClassName
{
background-color: #998BDB;
}
</style>
border-color css
<style>
span { border-color: #998BDB; }
span { border-color: rgb(153,139,219); }
td.TdClassName
{
border-color: #998BDB;
}
.TagClassName
{
border-color: #998BDB;
}
</style>