Shades of Blue Bell #968BE9
Tints of Blue Bell #968BE9
RGB
CMYK
RGB Variations
Color information
#968BE9 (or 0x968BE9) is known color: Blue Bell. HEX triplet: 96, 8B and E9. RGB value is (150,139,233). Sum of RGB (Red+Green+Blue) = 150+139+233=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #968BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BE9 is #697416. Grayscale: #989898. Windows color (decimal): -6910999 or 15305622. OLE color: 15305622.
HSL color Cylindrical-coordinate representation of color #968BE9: hue angle of 247.02º 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 #968BE9 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 139 | 233 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.09 |
| HSL | 247.02º | 0.68% | 0.73% | - |
| HSV(B) | 247.02º | 0.4% | 0.91% | - |
| XYZ | 36.52 | 30.83 | 81.12 | - |
| YUV | 153.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 233 | 0.36 | 0.40 | 0 | 0.09 | 247.02 | 0.68 | 0.73 |
| Hex | 96 | 8B | E9 | 24 | 28 | 0 | 9 | F7 | 44 | 49 |
| Octal | 226 | 213 | 351 | 44 | 50 | 0 | 11 | 367 | 104 | 111 |
| Binary | 10010110 | 10001011 | 11101001 | 100100 | 101000 | 0 | 1001 | 11110111 | 1000100 | 1001001 |
Color Harmonies of #968BE9
Complementary color
Monochromatic Colors of #968BE9
Black with #968BE9
Text Example
Text Example
White with #968BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BE9; }
p { color: rgb(150,139,233); }
H1.HeaderClassName
{
color: #968BE9;
}
.AnyTagClassName
{
color: #968BE9;
}
</style>
background-color css
<style>
a { background-color: #968BE9; }
a { background-color: rgb(150,139,233); }
div.DivClassName
{
background-color: #968BE9;
}
.BgClassName
{
background-color: #968BE9;
}
</style>
border-color css
<style>
span { border-color: #968BE9; }
span { border-color: rgb(150,139,233); }
td.TdClassName
{
border-color: #968BE9;
}
.TagClassName
{
border-color: #968BE9;
}
</style>