Shades of Blue Bell #998FCE
Tints of Blue Bell #998FCE
RGB
CMYK
RGB Variations
Color information
#998FCE (or 0x998FCE) is known color: Blue Bell. HEX triplet: 99, 8F and CE. RGB value is (153,143,206). Sum of RGB (Red+Green+Blue) = 153+143+206=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #998FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCE is #667031. Grayscale: #989898. Windows color (decimal): -6713394 or 13537177. OLE color: 13537177.
HSL color Cylindrical-coordinate representation of color #998FCE: hue angle of 249.52º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998FCE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 143 | 206 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.19 |
| HSL | 249.52º | 0.39% | 0.68% | - |
| HSV(B) | 249.52º | 0.31% | 0.81% | - |
| XYZ | 34.1 | 30.87 | 62.55 | - |
| YUV | 153.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 206 | 0.26 | 0.31 | 0 | 0.19 | 249.52 | 0.39 | 0.68 |
| Hex | 99 | 8F | CE | 1A | 1F | 0 | 13 | FA | 27 | 44 |
| Octal | 231 | 217 | 316 | 32 | 37 | 0 | 23 | 372 | 47 | 104 |
| Binary | 10011001 | 10001111 | 11001110 | 11010 | 11111 | 0 | 10011 | 11111010 | 100111 | 1000100 |
Color Harmonies of #998FCE
Complementary color
Monochromatic Colors of #998FCE
Black with #998FCE
Text Example
Text Example
White with #998FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FCE; }
p { color: rgb(153,143,206); }
H1.HeaderClassName
{
color: #998FCE;
}
.AnyTagClassName
{
color: #998FCE;
}
</style>
background-color css
<style>
a { background-color: #998FCE; }
a { background-color: rgb(153,143,206); }
div.DivClassName
{
background-color: #998FCE;
}
.BgClassName
{
background-color: #998FCE;
}
</style>
border-color css
<style>
span { border-color: #998FCE; }
span { border-color: rgb(153,143,206); }
td.TdClassName
{
border-color: #998FCE;
}
.TagClassName
{
border-color: #998FCE;
}
</style>