Shades of Blue Bell #998FE9
Tints of Blue Bell #998FE9
RGB
CMYK
RGB Variations
Color information
#998FE9 (or 0x998FE9) is known color: Blue Bell. HEX triplet: 99, 8F and E9. RGB value is (153,143,233). Sum of RGB (Red+Green+Blue) = 153+143+233=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #998FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FE9 is #667016. Grayscale: #9B9B9B. Windows color (decimal): -6713367 or 15306649. OLE color: 15306649.
HSL color Cylindrical-coordinate representation of color #998FE9: hue angle of 246.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #998FE9 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 143 | 233 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.09 |
| HSL | 246.67º | 0.67% | 0.74% | - |
| HSV(B) | 246.67º | 0.39% | 0.91% | - |
| XYZ | 37.67 | 32.3 | 81.34 | - |
| YUV | 156.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 233 | 0.34 | 0.39 | 0 | 0.09 | 246.67 | 0.67 | 0.74 |
| Hex | 99 | 8F | E9 | 22 | 27 | 0 | 9 | F7 | 43 | 4A |
| Octal | 231 | 217 | 351 | 42 | 47 | 0 | 11 | 367 | 103 | 112 |
| Binary | 10011001 | 10001111 | 11101001 | 100010 | 100111 | 0 | 1001 | 11110111 | 1000011 | 1001010 |
Color Harmonies of #998FE9
Complementary color
Monochromatic Colors of #998FE9
Black with #998FE9
Text Example
Text Example
White with #998FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FE9; }
p { color: rgb(153,143,233); }
H1.HeaderClassName
{
color: #998FE9;
}
.AnyTagClassName
{
color: #998FE9;
}
</style>
background-color css
<style>
a { background-color: #998FE9; }
a { background-color: rgb(153,143,233); }
div.DivClassName
{
background-color: #998FE9;
}
.BgClassName
{
background-color: #998FE9;
}
</style>
border-color css
<style>
span { border-color: #998FE9; }
span { border-color: rgb(153,143,233); }
td.TdClassName
{
border-color: #998FE9;
}
.TagClassName
{
border-color: #998FE9;
}
</style>