Shades of Blue Bell #9690E2
Tints of Blue Bell #9690E2
RGB
CMYK
RGB Variations
Color information
#9690E2 (or 0x9690E2) is known color: Blue Bell. HEX triplet: 96, 90 and E2. RGB value is (150,144,226). Sum of RGB (Red+Green+Blue) = 150+144+226=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #9690E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690E2 is #696F1D. Grayscale: #9A9A9A. Windows color (decimal): -6909726 or 14848150. OLE color: 14848150.
HSL color Cylindrical-coordinate representation of color #9690E2: hue angle of 244.39º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9690E2 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 144 | 226 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.11 |
| HSL | 244.39º | 0.59% | 0.73% | - |
| HSV(B) | 244.39º | 0.36% | 0.89% | - |
| XYZ | 36.28 | 31.92 | 76.2 | - |
| YUV | 155.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 226 | 0.34 | 0.36 | 0 | 0.11 | 244.39 | 0.59 | 0.73 |
| Hex | 96 | 90 | E2 | 22 | 24 | 0 | B | F4 | 3B | 49 |
| Octal | 226 | 220 | 342 | 42 | 44 | 0 | 13 | 364 | 73 | 111 |
| Binary | 10010110 | 10010000 | 11100010 | 100010 | 100100 | 0 | 1011 | 11110100 | 111011 | 1001001 |
Color Harmonies of #9690E2
Complementary color
Monochromatic Colors of #9690E2
Black with #9690E2
Text Example
Text Example
White with #9690E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690E2; }
p { color: rgb(150,144,226); }
H1.HeaderClassName
{
color: #9690E2;
}
.AnyTagClassName
{
color: #9690E2;
}
</style>
background-color css
<style>
a { background-color: #9690E2; }
a { background-color: rgb(150,144,226); }
div.DivClassName
{
background-color: #9690E2;
}
.BgClassName
{
background-color: #9690E2;
}
</style>
border-color css
<style>
span { border-color: #9690E2; }
span { border-color: rgb(150,144,226); }
td.TdClassName
{
border-color: #9690E2;
}
.TagClassName
{
border-color: #9690E2;
}
</style>