Shades of Blue Bell #968EE0
Tints of Blue Bell #968EE0
RGB
CMYK
RGB Variations
Color information
#968EE0 (or 0x968EE0) is known color: Blue Bell. HEX triplet: 96, 8E and E0. RGB value is (150,142,224). Sum of RGB (Red+Green+Blue) = 150+142+224=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #968EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EE0 is #69711F. Grayscale: #999999. Windows color (decimal): -6910240 or 14716566. OLE color: 14716566.
HSL color Cylindrical-coordinate representation of color #968EE0: hue angle of 245.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968EE0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 142 | 224 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.12 |
| HSL | 245.85º | 0.57% | 0.72% | - |
| HSV(B) | 245.85º | 0.37% | 0.88% | - |
| XYZ | 35.71 | 31.21 | 74.66 | - |
| YUV | 153.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 224 | 0.33 | 0.37 | 0 | 0.12 | 245.85 | 0.57 | 0.72 |
| Hex | 96 | 8E | E0 | 21 | 25 | 0 | C | F6 | 39 | 48 |
| Octal | 226 | 216 | 340 | 41 | 45 | 0 | 14 | 366 | 71 | 110 |
| Binary | 10010110 | 10001110 | 11100000 | 100001 | 100101 | 0 | 1100 | 11110110 | 111001 | 1001000 |
Color Harmonies of #968EE0
Complementary color
Monochromatic Colors of #968EE0
Black with #968EE0
Text Example
Text Example
White with #968EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EE0; }
p { color: rgb(150,142,224); }
H1.HeaderClassName
{
color: #968EE0;
}
.AnyTagClassName
{
color: #968EE0;
}
</style>
background-color css
<style>
a { background-color: #968EE0; }
a { background-color: rgb(150,142,224); }
div.DivClassName
{
background-color: #968EE0;
}
.BgClassName
{
background-color: #968EE0;
}
</style>
border-color css
<style>
span { border-color: #968EE0; }
span { border-color: rgb(150,142,224); }
td.TdClassName
{
border-color: #968EE0;
}
.TagClassName
{
border-color: #968EE0;
}
</style>