Shades of Blue Bell #9690E4
Tints of Blue Bell #9690E4
RGB
CMYK
RGB Variations
Color information
#9690E4 (or 0x9690E4) is known color: Blue Bell. HEX triplet: 96, 90 and E4. RGB value is (150,144,228). Sum of RGB (Red+Green+Blue) = 150+144+228=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #9690E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690E4 is #696F1B. Grayscale: #9B9B9B. Windows color (decimal): -6909724 or 14979222. OLE color: 14979222.
HSL color Cylindrical-coordinate representation of color #9690E4: hue angle of 244.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9690E4 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 144 | 228 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.11 |
| HSL | 244.29º | 0.61% | 0.73% | - |
| HSV(B) | 244.29º | 0.37% | 0.89% | - |
| XYZ | 36.55 | 32.03 | 77.65 | - |
| YUV | 155.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 228 | 0.34 | 0.37 | 0 | 0.11 | 244.29 | 0.61 | 0.73 |
| Hex | 96 | 90 | E4 | 22 | 25 | 0 | B | F4 | 3D | 49 |
| Octal | 226 | 220 | 344 | 42 | 45 | 0 | 13 | 364 | 75 | 111 |
| Binary | 10010110 | 10010000 | 11100100 | 100010 | 100101 | 0 | 1011 | 11110100 | 111101 | 1001001 |
Color Harmonies of #9690E4
Complementary color
Monochromatic Colors of #9690E4
Black with #9690E4
Text Example
Text Example
White with #9690E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690E4; }
p { color: rgb(150,144,228); }
H1.HeaderClassName
{
color: #9690E4;
}
.AnyTagClassName
{
color: #9690E4;
}
</style>
background-color css
<style>
a { background-color: #9690E4; }
a { background-color: rgb(150,144,228); }
div.DivClassName
{
background-color: #9690E4;
}
.BgClassName
{
background-color: #9690E4;
}
</style>
border-color css
<style>
span { border-color: #9690E4; }
span { border-color: rgb(150,144,228); }
td.TdClassName
{
border-color: #9690E4;
}
.TagClassName
{
border-color: #9690E4;
}
</style>