Shades of Blue Bell #998CEE
Tints of Blue Bell #998CEE
RGB
CMYK
RGB Variations
Color information
#998CEE (or 0x998CEE) is known color: Blue Bell. HEX triplet: 99, 8C and EE. RGB value is (153,140,238). Sum of RGB (Red+Green+Blue) = 153+140+238=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #998CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CEE is #667311. Grayscale: #9A9A9A. Windows color (decimal): -6714130 or 15633561. OLE color: 15633561.
HSL color Cylindrical-coordinate representation of color #998CEE: hue angle of 247.96º 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 #998CEE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 140 | 238 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.07 |
| HSL | 247.96º | 0.74% | 0.74% | - |
| HSV(B) | 247.96º | 0.41% | 0.93% | - |
| XYZ | 37.95 | 31.7 | 85.01 | - |
| YUV | 155.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 238 | 0.36 | 0.41 | 0 | 0.07 | 247.96 | 0.74 | 0.74 |
| Hex | 99 | 8C | EE | 24 | 29 | 0 | 7 | F8 | 4A | 4A |
| Octal | 231 | 214 | 356 | 44 | 51 | 0 | 7 | 370 | 112 | 112 |
| Binary | 10011001 | 10001100 | 11101110 | 100100 | 101001 | 0 | 111 | 11111000 | 1001010 | 1001010 |
Color Harmonies of #998CEE
Complementary color
Monochromatic Colors of #998CEE
Black with #998CEE
Text Example
Text Example
White with #998CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CEE; }
p { color: rgb(153,140,238); }
H1.HeaderClassName
{
color: #998CEE;
}
.AnyTagClassName
{
color: #998CEE;
}
</style>
background-color css
<style>
a { background-color: #998CEE; }
a { background-color: rgb(153,140,238); }
div.DivClassName
{
background-color: #998CEE;
}
.BgClassName
{
background-color: #998CEE;
}
</style>
border-color css
<style>
span { border-color: #998CEE; }
span { border-color: rgb(153,140,238); }
td.TdClassName
{
border-color: #998CEE;
}
.TagClassName
{
border-color: #998CEE;
}
</style>