Shades of Blue Bell #968CE9
Tints of Blue Bell #968CE9
RGB
CMYK
RGB Variations
Color information
#968CE9 (or 0x968CE9) is known color: Blue Bell. HEX triplet: 96, 8C and E9. RGB value is (150,140,233). Sum of RGB (Red+Green+Blue) = 150+140+233=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #968CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CE9 is #697316. Grayscale: #999999. Windows color (decimal): -6910743 or 15305878. OLE color: 15305878.
HSL color Cylindrical-coordinate representation of color #968CE9: hue angle of 246.45º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968CE9 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 140 | 233 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.09 |
| HSL | 246.45º | 0.68% | 0.73% | - |
| HSV(B) | 246.45º | 0.4% | 0.91% | - |
| XYZ | 36.66 | 31.12 | 81.17 | - |
| YUV | 153.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 233 | 0.36 | 0.40 | 0 | 0.09 | 246.45 | 0.68 | 0.73 |
| Hex | 96 | 8C | E9 | 24 | 28 | 0 | 9 | F6 | 44 | 49 |
| Octal | 226 | 214 | 351 | 44 | 50 | 0 | 11 | 366 | 104 | 111 |
| Binary | 10010110 | 10001100 | 11101001 | 100100 | 101000 | 0 | 1001 | 11110110 | 1000100 | 1001001 |
Color Harmonies of #968CE9
Complementary color
Monochromatic Colors of #968CE9
Black with #968CE9
Text Example
Text Example
White with #968CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CE9; }
p { color: rgb(150,140,233); }
H1.HeaderClassName
{
color: #968CE9;
}
.AnyTagClassName
{
color: #968CE9;
}
</style>
background-color css
<style>
a { background-color: #968CE9; }
a { background-color: rgb(150,140,233); }
div.DivClassName
{
background-color: #968CE9;
}
.BgClassName
{
background-color: #968CE9;
}
</style>
border-color css
<style>
span { border-color: #968CE9; }
span { border-color: rgb(150,140,233); }
td.TdClassName
{
border-color: #968CE9;
}
.TagClassName
{
border-color: #968CE9;
}
</style>