Shades of Blue Bell #968BE0
Tints of Blue Bell #968BE0
RGB
CMYK
RGB Variations
Color information
#968BE0 (or 0x968BE0) is known color: Blue Bell. HEX triplet: 96, 8B and E0. RGB value is (150,139,224). Sum of RGB (Red+Green+Blue) = 150+139+224=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #968BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BE0 is #69741F. Grayscale: #979797. Windows color (decimal): -6911008 or 14715798. OLE color: 14715798.
HSL color Cylindrical-coordinate representation of color #968BE0: hue angle of 247.76º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #968BE0 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 139 | 224 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.12 |
| HSL | 247.76º | 0.58% | 0.71% | - |
| HSV(B) | 247.76º | 0.38% | 0.88% | - |
| XYZ | 35.26 | 30.33 | 74.52 | - |
| YUV | 151.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 224 | 0.33 | 0.38 | 0 | 0.12 | 247.76 | 0.58 | 0.71 |
| Hex | 96 | 8B | E0 | 21 | 26 | 0 | C | F8 | 3A | 47 |
| Octal | 226 | 213 | 340 | 41 | 46 | 0 | 14 | 370 | 72 | 107 |
| Binary | 10010110 | 10001011 | 11100000 | 100001 | 100110 | 0 | 1100 | 11111000 | 111010 | 1000111 |
Color Harmonies of #968BE0
Complementary color
Monochromatic Colors of #968BE0
Black with #968BE0
Text Example
Text Example
White with #968BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BE0; }
p { color: rgb(150,139,224); }
H1.HeaderClassName
{
color: #968BE0;
}
.AnyTagClassName
{
color: #968BE0;
}
</style>
background-color css
<style>
a { background-color: #968BE0; }
a { background-color: rgb(150,139,224); }
div.DivClassName
{
background-color: #968BE0;
}
.BgClassName
{
background-color: #968BE0;
}
</style>
border-color css
<style>
span { border-color: #968BE0; }
span { border-color: rgb(150,139,224); }
td.TdClassName
{
border-color: #968BE0;
}
.TagClassName
{
border-color: #968BE0;
}
</style>