Shades of Blue Bell #998DEE
Tints of Blue Bell #998DEE
RGB
CMYK
RGB Variations
Color information
#998DEE (or 0x998DEE) is known color: Blue Bell. HEX triplet: 99, 8D and EE. RGB value is (153,141,238). Sum of RGB (Red+Green+Blue) = 153+141+238=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #998DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DEE is #667211. Grayscale: #9B9B9B. Windows color (decimal): -6713874 or 15633817. OLE color: 15633817.
HSL color Cylindrical-coordinate representation of color #998DEE: hue angle of 247.42º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998DEE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 141 | 238 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.07 |
| HSL | 247.42º | 0.74% | 0.74% | - |
| HSV(B) | 247.42º | 0.41% | 0.93% | - |
| XYZ | 38.09 | 32 | 85.06 | - |
| YUV | 155.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 238 | 0.36 | 0.41 | 0 | 0.07 | 247.42 | 0.74 | 0.74 |
| Hex | 99 | 8D | EE | 24 | 29 | 0 | 7 | F7 | 4A | 4A |
| Octal | 231 | 215 | 356 | 44 | 51 | 0 | 7 | 367 | 112 | 112 |
| Binary | 10011001 | 10001101 | 11101110 | 100100 | 101001 | 0 | 111 | 11110111 | 1001010 | 1001010 |
Color Harmonies of #998DEE
Complementary color
Monochromatic Colors of #998DEE
Black with #998DEE
Text Example
Text Example
White with #998DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DEE; }
p { color: rgb(153,141,238); }
H1.HeaderClassName
{
color: #998DEE;
}
.AnyTagClassName
{
color: #998DEE;
}
</style>
background-color css
<style>
a { background-color: #998DEE; }
a { background-color: rgb(153,141,238); }
div.DivClassName
{
background-color: #998DEE;
}
.BgClassName
{
background-color: #998DEE;
}
</style>
border-color css
<style>
span { border-color: #998DEE; }
span { border-color: rgb(153,141,238); }
td.TdClassName
{
border-color: #998DEE;
}
.TagClassName
{
border-color: #998DEE;
}
</style>