Shades of Blue Bell #968EC4
Tints of Blue Bell #968EC4
RGB
CMYK
RGB Variations
Color information
#968EC4 (or 0x968EC4) is known color: Blue Bell. HEX triplet: 96, 8E and C4. RGB value is (150,142,196). Sum of RGB (Red+Green+Blue) = 150+142+196=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #968EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EC4 is #69713B. Grayscale: #969696. Windows color (decimal): -6910268 or 12881558. OLE color: 12881558.
HSL color Cylindrical-coordinate representation of color #968EC4: hue angle of 248.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #968EC4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 142 | 196 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.23 |
| HSL | 248.89º | 0.31% | 0.66% | - |
| HSV(B) | 248.89º | 0.28% | 0.77% | - |
| XYZ | 32.21 | 29.82 | 56.28 | - |
| YUV | 150.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 196 | 0.23 | 0.28 | 0 | 0.23 | 248.89 | 0.31 | 0.66 |
| Hex | 96 | 8E | C4 | 17 | 1C | 0 | 17 | F9 | 1F | 42 |
| Octal | 226 | 216 | 304 | 27 | 34 | 0 | 27 | 371 | 37 | 102 |
| Binary | 10010110 | 10001110 | 11000100 | 10111 | 11100 | 0 | 10111 | 11111001 | 11111 | 1000010 |
Color Harmonies of #968EC4
Complementary color
Monochromatic Colors of #968EC4
Black with #968EC4
Text Example
Text Example
White with #968EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EC4; }
p { color: rgb(150,142,196); }
H1.HeaderClassName
{
color: #968EC4;
}
.AnyTagClassName
{
color: #968EC4;
}
</style>
background-color css
<style>
a { background-color: #968EC4; }
a { background-color: rgb(150,142,196); }
div.DivClassName
{
background-color: #968EC4;
}
.BgClassName
{
background-color: #968EC4;
}
</style>
border-color css
<style>
span { border-color: #968EC4; }
span { border-color: rgb(150,142,196); }
td.TdClassName
{
border-color: #968EC4;
}
.TagClassName
{
border-color: #968EC4;
}
</style>