Shades of Blue Bell #998DEB
Tints of Blue Bell #998DEB
RGB
CMYK
RGB Variations
Color information
#998DEB (or 0x998DEB) is known color: Blue Bell. HEX triplet: 99, 8D and EB. RGB value is (153,141,235). Sum of RGB (Red+Green+Blue) = 153+141+235=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #998DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DEB is #667214. Grayscale: #9A9A9A. Windows color (decimal): -6713877 or 15437209. OLE color: 15437209.
HSL color Cylindrical-coordinate representation of color #998DEB: hue angle of 247.66º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998DEB is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 141 | 235 | - |
| CMYK | 0.35 | 0.4 | 0 | 0.08 |
| HSL | 247.66º | 0.7% | 0.74% | - |
| HSV(B) | 247.66º | 0.4% | 0.92% | - |
| XYZ | 37.66 | 31.82 | 82.75 | - |
| YUV | 155.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 235 | 0.35 | 0.4 | 0 | 0.08 | 247.66 | 0.7 | 0.74 |
| Hex | 99 | 8D | EB | 23 | 28 | 0 | 8 | F8 | 46 | 4A |
| Octal | 231 | 215 | 353 | 43 | 50 | 0 | 10 | 370 | 106 | 112 |
| Binary | 10011001 | 10001101 | 11101011 | 100011 | 101000 | 0 | 1000 | 11111000 | 1000110 | 1001010 |
Color Harmonies of #998DEB
Complementary color
Monochromatic Colors of #998DEB
Black with #998DEB
Text Example
Text Example
White with #998DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DEB; }
p { color: rgb(153,141,235); }
H1.HeaderClassName
{
color: #998DEB;
}
.AnyTagClassName
{
color: #998DEB;
}
</style>
background-color css
<style>
a { background-color: #998DEB; }
a { background-color: rgb(153,141,235); }
div.DivClassName
{
background-color: #998DEB;
}
.BgClassName
{
background-color: #998DEB;
}
</style>
border-color css
<style>
span { border-color: #998DEB; }
span { border-color: rgb(153,141,235); }
td.TdClassName
{
border-color: #998DEB;
}
.TagClassName
{
border-color: #998DEB;
}
</style>