Shades of Blue Bell #968DDB
Tints of Blue Bell #968DDB
RGB
CMYK
RGB Variations
Color information
#968DDB (or 0x968DDB) is known color: Blue Bell. HEX triplet: 96, 8D and DB. RGB value is (150,141,219). Sum of RGB (Red+Green+Blue) = 150+141+219=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #968DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DDB is #697224. Grayscale: #989898. Windows color (decimal): -6910501 or 14388630. OLE color: 14388630.
HSL color Cylindrical-coordinate representation of color #968DDB: hue angle of 246.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968DDB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 141 | 219 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.14 |
| HSL | 246.92º | 0.52% | 0.71% | - |
| HSV(B) | 246.92º | 0.36% | 0.86% | - |
| XYZ | 34.89 | 30.65 | 71.09 | - |
| YUV | 152.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 219 | 0.32 | 0.36 | 0 | 0.14 | 246.92 | 0.52 | 0.71 |
| Hex | 96 | 8D | DB | 20 | 24 | 0 | E | F7 | 34 | 47 |
| Octal | 226 | 215 | 333 | 40 | 44 | 0 | 16 | 367 | 64 | 107 |
| Binary | 10010110 | 10001101 | 11011011 | 100000 | 100100 | 0 | 1110 | 11110111 | 110100 | 1000111 |
Color Harmonies of #968DDB
Complementary color
Monochromatic Colors of #968DDB
Black with #968DDB
Text Example
Text Example
White with #968DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DDB; }
p { color: rgb(150,141,219); }
H1.HeaderClassName
{
color: #968DDB;
}
.AnyTagClassName
{
color: #968DDB;
}
</style>
background-color css
<style>
a { background-color: #968DDB; }
a { background-color: rgb(150,141,219); }
div.DivClassName
{
background-color: #968DDB;
}
.BgClassName
{
background-color: #968DDB;
}
</style>
border-color css
<style>
span { border-color: #968DDB; }
span { border-color: rgb(150,141,219); }
td.TdClassName
{
border-color: #968DDB;
}
.TagClassName
{
border-color: #968DDB;
}
</style>