Shades of Blue Bell #998FE7
Tints of Blue Bell #998FE7
RGB
CMYK
RGB Variations
Color information
#998FE7 (or 0x998FE7) is known color: Blue Bell. HEX triplet: 99, 8F and E7. RGB value is (153,143,231). Sum of RGB (Red+Green+Blue) = 153+143+231=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #998FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FE7 is #667018. Grayscale: #9B9B9B. Windows color (decimal): -6713369 or 15175577. OLE color: 15175577.
HSL color Cylindrical-coordinate representation of color #998FE7: hue angle of 246.82º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998FE7 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 143 | 231 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.09 |
| HSL | 246.82º | 0.65% | 0.73% | - |
| HSV(B) | 246.82º | 0.38% | 0.91% | - |
| XYZ | 37.38 | 32.19 | 79.84 | - |
| YUV | 156.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 231 | 0.34 | 0.38 | 0 | 0.09 | 246.82 | 0.65 | 0.73 |
| Hex | 99 | 8F | E7 | 22 | 26 | 0 | 9 | F7 | 41 | 49 |
| Octal | 231 | 217 | 347 | 42 | 46 | 0 | 11 | 367 | 101 | 111 |
| Binary | 10011001 | 10001111 | 11100111 | 100010 | 100110 | 0 | 1001 | 11110111 | 1000001 | 1001001 |
Color Harmonies of #998FE7
Complementary color
Monochromatic Colors of #998FE7
Black with #998FE7
Text Example
Text Example
White with #998FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FE7; }
p { color: rgb(153,143,231); }
H1.HeaderClassName
{
color: #998FE7;
}
.AnyTagClassName
{
color: #998FE7;
}
</style>
background-color css
<style>
a { background-color: #998FE7; }
a { background-color: rgb(153,143,231); }
div.DivClassName
{
background-color: #998FE7;
}
.BgClassName
{
background-color: #998FE7;
}
</style>
border-color css
<style>
span { border-color: #998FE7; }
span { border-color: rgb(153,143,231); }
td.TdClassName
{
border-color: #998FE7;
}
.TagClassName
{
border-color: #998FE7;
}
</style>