Shades of Blue Bell #998CDB
Tints of Blue Bell #998CDB
RGB
CMYK
RGB Variations
Color information
#998CDB (or 0x998CDB) is known color: Blue Bell. HEX triplet: 99, 8C and DB. RGB value is (153,140,219). Sum of RGB (Red+Green+Blue) = 153+140+219=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #998CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CDB is #667324. Grayscale: #989898. Windows color (decimal): -6714149 or 14388377. OLE color: 14388377.
HSL color Cylindrical-coordinate representation of color #998CDB: hue angle of 249.87º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998CDB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 140 | 219 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.14 |
| HSL | 249.87º | 0.52% | 0.7% | - |
| HSV(B) | 249.87º | 0.36% | 0.86% | - |
| XYZ | 35.3 | 30.64 | 71.07 | - |
| YUV | 152.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 219 | 0.30 | 0.36 | 0 | 0.14 | 249.87 | 0.52 | 0.7 |
| Hex | 99 | 8C | DB | 1E | 24 | 0 | E | FA | 34 | 46 |
| Octal | 231 | 214 | 333 | 36 | 44 | 0 | 16 | 372 | 64 | 106 |
| Binary | 10011001 | 10001100 | 11011011 | 11110 | 100100 | 0 | 1110 | 11111010 | 110100 | 1000110 |
Color Harmonies of #998CDB
Complementary color
Monochromatic Colors of #998CDB
Black with #998CDB
Text Example
Text Example
White with #998CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CDB; }
p { color: rgb(153,140,219); }
H1.HeaderClassName
{
color: #998CDB;
}
.AnyTagClassName
{
color: #998CDB;
}
</style>
background-color css
<style>
a { background-color: #998CDB; }
a { background-color: rgb(153,140,219); }
div.DivClassName
{
background-color: #998CDB;
}
.BgClassName
{
background-color: #998CDB;
}
</style>
border-color css
<style>
span { border-color: #998CDB; }
span { border-color: rgb(153,140,219); }
td.TdClassName
{
border-color: #998CDB;
}
.TagClassName
{
border-color: #998CDB;
}
</style>