Shades of Blue Bell #9991CF
Tints of Blue Bell #9991CF
RGB
CMYK
RGB Variations
Color information
#9991CF (or 0x9991CF) is known color: Blue Bell. HEX triplet: 99, 91 and CF. RGB value is (153,145,207). Sum of RGB (Red+Green+Blue) = 153+145+207=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #9991CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991CF is #666E30. Grayscale: #9A9A9A. Windows color (decimal): -6712881 or 13603225. OLE color: 13603225.
HSL color Cylindrical-coordinate representation of color #9991CF: hue angle of 247.74º degrees, saturation: 0.39, 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 #9991CF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 145 | 207 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.19 |
| HSL | 247.74º | 0.39% | 0.69% | - |
| HSV(B) | 247.74º | 0.3% | 0.81% | - |
| XYZ | 34.52 | 31.53 | 63.3 | - |
| YUV | 154.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 207 | 0.26 | 0.30 | 0 | 0.19 | 247.74 | 0.39 | 0.69 |
| Hex | 99 | 91 | CF | 1A | 1E | 0 | 13 | F8 | 27 | 45 |
| Octal | 231 | 221 | 317 | 32 | 36 | 0 | 23 | 370 | 47 | 105 |
| Binary | 10011001 | 10010001 | 11001111 | 11010 | 11110 | 0 | 10011 | 11111000 | 100111 | 1000101 |
Color Harmonies of #9991CF
Complementary color
Monochromatic Colors of #9991CF
Black with #9991CF
Text Example
Text Example
White with #9991CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991CF; }
p { color: rgb(153,145,207); }
H1.HeaderClassName
{
color: #9991CF;
}
.AnyTagClassName
{
color: #9991CF;
}
</style>
background-color css
<style>
a { background-color: #9991CF; }
a { background-color: rgb(153,145,207); }
div.DivClassName
{
background-color: #9991CF;
}
.BgClassName
{
background-color: #9991CF;
}
</style>
border-color css
<style>
span { border-color: #9991CF; }
span { border-color: rgb(153,145,207); }
td.TdClassName
{
border-color: #9991CF;
}
.TagClassName
{
border-color: #9991CF;
}
</style>