Shades of Blue Bell #9899CE
Tints of Blue Bell #9899CE
RGB
CMYK
RGB Variations
Color information
#9899CE (or 0x9899CE) is known color: Blue Bell. HEX triplet: 98, 99 and CE. RGB value is (152,153,206). Sum of RGB (Red+Green+Blue) = 152+153+206=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #9899CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899CE is #676631. Grayscale: #9E9E9E. Windows color (decimal): -6776370 or 13539736. OLE color: 13539736.
HSL color Cylindrical-coordinate representation of color #9899CE: hue angle of 238.89º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9899CE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 153 | 206 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.19 |
| HSL | 238.89º | 0.36% | 0.7% | - |
| HSV(B) | 238.89º | 0.26% | 0.81% | - |
| XYZ | 35.48 | 33.91 | 63.07 | - |
| YUV | 158.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 206 | 0.26 | 0.26 | 0 | 0.19 | 238.89 | 0.36 | 0.7 |
| Hex | 98 | 99 | CE | 1A | 1A | 0 | 13 | EF | 24 | 46 |
| Octal | 230 | 231 | 316 | 32 | 32 | 0 | 23 | 357 | 44 | 106 |
| Binary | 10011000 | 10011001 | 11001110 | 11010 | 11010 | 0 | 10011 | 11101111 | 100100 | 1000110 |
Color Harmonies of #9899CE
Complementary color
Monochromatic Colors of #9899CE
Black with #9899CE
Text Example
Text Example
White with #9899CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899CE; }
p { color: rgb(152,153,206); }
H1.HeaderClassName
{
color: #9899CE;
}
.AnyTagClassName
{
color: #9899CE;
}
</style>
background-color css
<style>
a { background-color: #9899CE; }
a { background-color: rgb(152,153,206); }
div.DivClassName
{
background-color: #9899CE;
}
.BgClassName
{
background-color: #9899CE;
}
</style>
border-color css
<style>
span { border-color: #9899CE; }
span { border-color: rgb(152,153,206); }
td.TdClassName
{
border-color: #9899CE;
}
.TagClassName
{
border-color: #9899CE;
}
</style>