Shades of Blue Bell #9690CE
Tints of Blue Bell #9690CE
RGB
CMYK
RGB Variations
Color information
#9690CE (or 0x9690CE) is known color: Blue Bell. HEX triplet: 96, 90 and CE. RGB value is (150,144,206). Sum of RGB (Red+Green+Blue) = 150+144+206=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #9690CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690CE is #696F31. Grayscale: #989898. Windows color (decimal): -6909746 or 13537430. OLE color: 13537430.
HSL color Cylindrical-coordinate representation of color #9690CE: hue angle of 245.81º 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 #9690CE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 144 | 206 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.19 |
| HSL | 245.81º | 0.39% | 0.69% | - |
| HSV(B) | 245.81º | 0.3% | 0.81% | - |
| XYZ | 33.69 | 30.89 | 62.58 | - |
| YUV | 152.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 206 | 0.27 | 0.30 | 0 | 0.19 | 245.81 | 0.39 | 0.69 |
| Hex | 96 | 90 | CE | 1B | 1E | 0 | 13 | F6 | 27 | 45 |
| Octal | 226 | 220 | 316 | 33 | 36 | 0 | 23 | 366 | 47 | 105 |
| Binary | 10010110 | 10010000 | 11001110 | 11011 | 11110 | 0 | 10011 | 11110110 | 100111 | 1000101 |
Color Harmonies of #9690CE
Complementary color
Monochromatic Colors of #9690CE
Black with #9690CE
Text Example
Text Example
White with #9690CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690CE; }
p { color: rgb(150,144,206); }
H1.HeaderClassName
{
color: #9690CE;
}
.AnyTagClassName
{
color: #9690CE;
}
</style>
background-color css
<style>
a { background-color: #9690CE; }
a { background-color: rgb(150,144,206); }
div.DivClassName
{
background-color: #9690CE;
}
.BgClassName
{
background-color: #9690CE;
}
</style>
border-color css
<style>
span { border-color: #9690CE; }
span { border-color: rgb(150,144,206); }
td.TdClassName
{
border-color: #9690CE;
}
.TagClassName
{
border-color: #9690CE;
}
</style>