Shades of Blue Bell #968BD4
Tints of Blue Bell #968BD4
RGB
CMYK
RGB Variations
Color information
#968BD4 (or 0x968BD4) is known color: Blue Bell. HEX triplet: 96, 8B and D4. RGB value is (150,139,212). Sum of RGB (Red+Green+Blue) = 150+139+212=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #968BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BD4 is #69742B. Grayscale: #969696. Windows color (decimal): -6911020 or 13929366. OLE color: 13929366.
HSL color Cylindrical-coordinate representation of color #968BD4: hue angle of 249.04º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968BD4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 139 | 212 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.17 |
| HSL | 249.04º | 0.46% | 0.69% | - |
| HSV(B) | 249.04º | 0.34% | 0.83% | - |
| XYZ | 33.69 | 29.7 | 66.24 | - |
| YUV | 150.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 212 | 0.29 | 0.34 | 0 | 0.17 | 249.04 | 0.46 | 0.69 |
| Hex | 96 | 8B | D4 | 1D | 22 | 0 | 11 | F9 | 2E | 45 |
| Octal | 226 | 213 | 324 | 35 | 42 | 0 | 21 | 371 | 56 | 105 |
| Binary | 10010110 | 10001011 | 11010100 | 11101 | 100010 | 0 | 10001 | 11111001 | 101110 | 1000101 |
Color Harmonies of #968BD4
Complementary color
Monochromatic Colors of #968BD4
Black with #968BD4
Text Example
Text Example
White with #968BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BD4; }
p { color: rgb(150,139,212); }
H1.HeaderClassName
{
color: #968BD4;
}
.AnyTagClassName
{
color: #968BD4;
}
</style>
background-color css
<style>
a { background-color: #968BD4; }
a { background-color: rgb(150,139,212); }
div.DivClassName
{
background-color: #968BD4;
}
.BgClassName
{
background-color: #968BD4;
}
</style>
border-color css
<style>
span { border-color: #968BD4; }
span { border-color: rgb(150,139,212); }
td.TdClassName
{
border-color: #968BD4;
}
.TagClassName
{
border-color: #968BD4;
}
</style>