Shades of Blue Bell #998FEC
Tints of Blue Bell #998FEC
RGB
CMYK
RGB Variations
Color information
#998FEC (or 0x998FEC) is known color: Blue Bell. HEX triplet: 99, 8F and EC. RGB value is (153,143,236). Sum of RGB (Red+Green+Blue) = 153+143+236=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #998FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FEC is #667013. Grayscale: #9C9C9C. Windows color (decimal): -6713364 or 15503257. OLE color: 15503257.
HSL color Cylindrical-coordinate representation of color #998FEC: hue angle of 246.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #998FEC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 143 | 236 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.07 |
| HSL | 246.45º | 0.71% | 0.74% | - |
| HSV(B) | 246.45º | 0.39% | 0.93% | - |
| XYZ | 38.1 | 32.47 | 83.62 | - |
| YUV | 156.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 236 | 0.35 | 0.39 | 0 | 0.07 | 246.45 | 0.71 | 0.74 |
| Hex | 99 | 8F | EC | 23 | 27 | 0 | 7 | F6 | 47 | 4A |
| Octal | 231 | 217 | 354 | 43 | 47 | 0 | 7 | 366 | 107 | 112 |
| Binary | 10011001 | 10001111 | 11101100 | 100011 | 100111 | 0 | 111 | 11110110 | 1000111 | 1001010 |
Color Harmonies of #998FEC
Complementary color
Monochromatic Colors of #998FEC
Black with #998FEC
Text Example
Text Example
White with #998FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FEC; }
p { color: rgb(153,143,236); }
H1.HeaderClassName
{
color: #998FEC;
}
.AnyTagClassName
{
color: #998FEC;
}
</style>
background-color css
<style>
a { background-color: #998FEC; }
a { background-color: rgb(153,143,236); }
div.DivClassName
{
background-color: #998FEC;
}
.BgClassName
{
background-color: #998FEC;
}
</style>
border-color css
<style>
span { border-color: #998FEC; }
span { border-color: rgb(153,143,236); }
td.TdClassName
{
border-color: #998FEC;
}
.TagClassName
{
border-color: #998FEC;
}
</style>