Shades of Blue Bell #998FE1
Tints of Blue Bell #998FE1
RGB
CMYK
RGB Variations
Color information
#998FE1 (or 0x998FE1) is known color: Blue Bell. HEX triplet: 99, 8F and E1. RGB value is (153,143,225). Sum of RGB (Red+Green+Blue) = 153+143+225=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #998FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FE1 is #66701E. Grayscale: #9B9B9B. Windows color (decimal): -6713375 or 14782361. OLE color: 14782361.
HSL color Cylindrical-coordinate representation of color #998FE1: hue angle of 247.32º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998FE1 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 143 | 225 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.12 |
| HSL | 247.32º | 0.58% | 0.72% | - |
| HSV(B) | 247.32º | 0.36% | 0.88% | - |
| XYZ | 36.55 | 31.85 | 75.46 | - |
| YUV | 155.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 225 | 0.32 | 0.36 | 0 | 0.12 | 247.32 | 0.58 | 0.72 |
| Hex | 99 | 8F | E1 | 20 | 24 | 0 | C | F7 | 3A | 48 |
| Octal | 231 | 217 | 341 | 40 | 44 | 0 | 14 | 367 | 72 | 110 |
| Binary | 10011001 | 10001111 | 11100001 | 100000 | 100100 | 0 | 1100 | 11110111 | 111010 | 1001000 |
Color Harmonies of #998FE1
Complementary color
Monochromatic Colors of #998FE1
Black with #998FE1
Text Example
Text Example
White with #998FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FE1; }
p { color: rgb(153,143,225); }
H1.HeaderClassName
{
color: #998FE1;
}
.AnyTagClassName
{
color: #998FE1;
}
</style>
background-color css
<style>
a { background-color: #998FE1; }
a { background-color: rgb(153,143,225); }
div.DivClassName
{
background-color: #998FE1;
}
.BgClassName
{
background-color: #998FE1;
}
</style>
border-color css
<style>
span { border-color: #998FE1; }
span { border-color: rgb(153,143,225); }
td.TdClassName
{
border-color: #998FE1;
}
.TagClassName
{
border-color: #998FE1;
}
</style>