Shades of Blue Bell #9991CE
Tints of Blue Bell #9991CE
RGB
CMYK
RGB Variations
Color information
#9991CE (or 0x9991CE) is known color: Blue Bell. HEX triplet: 99, 91 and CE. RGB value is (153,145,206). Sum of RGB (Red+Green+Blue) = 153+145+206=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9991CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991CE is #666E31. Grayscale: #9A9A9A. Windows color (decimal): -6712882 or 13537689. OLE color: 13537689.
HSL color Cylindrical-coordinate representation of color #9991CE: hue angle of 247.87º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9991CE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 145 | 206 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.19 |
| HSL | 247.87º | 0.38% | 0.69% | - |
| HSV(B) | 247.87º | 0.3% | 0.81% | - |
| XYZ | 34.4 | 31.48 | 62.66 | - |
| YUV | 154.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 206 | 0.26 | 0.30 | 0 | 0.19 | 247.87 | 0.38 | 0.69 |
| Hex | 99 | 91 | CE | 1A | 1E | 0 | 13 | F8 | 26 | 45 |
| Octal | 231 | 221 | 316 | 32 | 36 | 0 | 23 | 370 | 46 | 105 |
| Binary | 10011001 | 10010001 | 11001110 | 11010 | 11110 | 0 | 10011 | 11111000 | 100110 | 1000101 |
Color Harmonies of #9991CE
Complementary color
Monochromatic Colors of #9991CE
Black with #9991CE
Text Example
Text Example
White with #9991CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991CE; }
p { color: rgb(153,145,206); }
H1.HeaderClassName
{
color: #9991CE;
}
.AnyTagClassName
{
color: #9991CE;
}
</style>
background-color css
<style>
a { background-color: #9991CE; }
a { background-color: rgb(153,145,206); }
div.DivClassName
{
background-color: #9991CE;
}
.BgClassName
{
background-color: #9991CE;
}
</style>
border-color css
<style>
span { border-color: #9991CE; }
span { border-color: rgb(153,145,206); }
td.TdClassName
{
border-color: #9991CE;
}
.TagClassName
{
border-color: #9991CE;
}
</style>