Shades of Blue Bell #998CE7
Tints of Blue Bell #998CE7
RGB
CMYK
RGB Variations
Color information
#998CE7 (or 0x998CE7) is known color: Blue Bell. HEX triplet: 99, 8C and E7. RGB value is (153,140,231). Sum of RGB (Red+Green+Blue) = 153+140+231=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #998CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CE7 is #667318. Grayscale: #999999. Windows color (decimal): -6714137 or 15174809. OLE color: 15174809.
HSL color Cylindrical-coordinate representation of color #998CE7: hue angle of 248.57º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #998CE7 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 140 | 231 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.09 |
| HSL | 248.57º | 0.65% | 0.73% | - |
| HSV(B) | 248.57º | 0.39% | 0.91% | - |
| XYZ | 36.94 | 31.3 | 79.7 | - |
| YUV | 154.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 231 | 0.34 | 0.39 | 0 | 0.09 | 248.57 | 0.65 | 0.73 |
| Hex | 99 | 8C | E7 | 22 | 27 | 0 | 9 | F9 | 41 | 49 |
| Octal | 231 | 214 | 347 | 42 | 47 | 0 | 11 | 371 | 101 | 111 |
| Binary | 10011001 | 10001100 | 11100111 | 100010 | 100111 | 0 | 1001 | 11111001 | 1000001 | 1001001 |
Color Harmonies of #998CE7
Complementary color
Monochromatic Colors of #998CE7
Black with #998CE7
Text Example
Text Example
White with #998CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CE7; }
p { color: rgb(153,140,231); }
H1.HeaderClassName
{
color: #998CE7;
}
.AnyTagClassName
{
color: #998CE7;
}
</style>
background-color css
<style>
a { background-color: #998CE7; }
a { background-color: rgb(153,140,231); }
div.DivClassName
{
background-color: #998CE7;
}
.BgClassName
{
background-color: #998CE7;
}
</style>
border-color css
<style>
span { border-color: #998CE7; }
span { border-color: rgb(153,140,231); }
td.TdClassName
{
border-color: #998CE7;
}
.TagClassName
{
border-color: #998CE7;
}
</style>