Shades of Blue Bell #998EDF
Tints of Blue Bell #998EDF
RGB
CMYK
RGB Variations
Color information
#998EDF (or 0x998EDF) is known color: Blue Bell. HEX triplet: 99, 8E and DF. RGB value is (153,142,223). Sum of RGB (Red+Green+Blue) = 153+142+223=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #998EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EDF is #667120. Grayscale: #9A9A9A. Windows color (decimal): -6713633 or 14651033. OLE color: 14651033.
HSL color Cylindrical-coordinate representation of color #998EDF: hue angle of 248.15º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998EDF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 142 | 223 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.13 |
| HSL | 248.15º | 0.56% | 0.72% | - |
| HSV(B) | 248.15º | 0.36% | 0.87% | - |
| XYZ | 36.13 | 31.45 | 73.98 | - |
| YUV | 154.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 223 | 0.31 | 0.36 | 0 | 0.13 | 248.15 | 0.56 | 0.72 |
| Hex | 99 | 8E | DF | 1F | 24 | 0 | D | F8 | 38 | 48 |
| Octal | 231 | 216 | 337 | 37 | 44 | 0 | 15 | 370 | 70 | 110 |
| Binary | 10011001 | 10001110 | 11011111 | 11111 | 100100 | 0 | 1101 | 11111000 | 111000 | 1001000 |
Color Harmonies of #998EDF
Complementary color
Monochromatic Colors of #998EDF
Black with #998EDF
Text Example
Text Example
White with #998EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EDF; }
p { color: rgb(153,142,223); }
H1.HeaderClassName
{
color: #998EDF;
}
.AnyTagClassName
{
color: #998EDF;
}
</style>
background-color css
<style>
a { background-color: #998EDF; }
a { background-color: rgb(153,142,223); }
div.DivClassName
{
background-color: #998EDF;
}
.BgClassName
{
background-color: #998EDF;
}
</style>
border-color css
<style>
span { border-color: #998EDF; }
span { border-color: rgb(153,142,223); }
td.TdClassName
{
border-color: #998EDF;
}
.TagClassName
{
border-color: #998EDF;
}
</style>