Shades of Blue Bell #9691CE
Tints of Blue Bell #9691CE
RGB
CMYK
RGB Variations
Color information
#9691CE (or 0x9691CE) is known color: Blue Bell. HEX triplet: 96, 91 and CE. RGB value is (150,145,206). Sum of RGB (Red+Green+Blue) = 150+145+206=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9691CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691CE is #696E31. Grayscale: #999999. Windows color (decimal): -6909490 or 13537686. OLE color: 13537686.
HSL color Cylindrical-coordinate representation of color #9691CE: hue angle of 244.92º 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 #9691CE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 145 | 206 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.19 |
| HSL | 244.92º | 0.38% | 0.69% | - |
| HSV(B) | 244.92º | 0.3% | 0.81% | - |
| XYZ | 33.84 | 31.19 | 62.63 | - |
| YUV | 153.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 206 | 0.27 | 0.30 | 0 | 0.19 | 244.92 | 0.38 | 0.69 |
| Hex | 96 | 91 | CE | 1B | 1E | 0 | 13 | F5 | 26 | 45 |
| Octal | 226 | 221 | 316 | 33 | 36 | 0 | 23 | 365 | 46 | 105 |
| Binary | 10010110 | 10010001 | 11001110 | 11011 | 11110 | 0 | 10011 | 11110101 | 100110 | 1000101 |
Color Harmonies of #9691CE
Complementary color
Monochromatic Colors of #9691CE
Black with #9691CE
Text Example
Text Example
White with #9691CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9691CE; }
p { color: rgb(150,145,206); }
H1.HeaderClassName
{
color: #9691CE;
}
.AnyTagClassName
{
color: #9691CE;
}
</style>
background-color css
<style>
a { background-color: #9691CE; }
a { background-color: rgb(150,145,206); }
div.DivClassName
{
background-color: #9691CE;
}
.BgClassName
{
background-color: #9691CE;
}
</style>
border-color css
<style>
span { border-color: #9691CE; }
span { border-color: rgb(150,145,206); }
td.TdClassName
{
border-color: #9691CE;
}
.TagClassName
{
border-color: #9691CE;
}
</style>