Shades of Blue Bell #968DDD
Tints of Blue Bell #968DDD
RGB
CMYK
RGB Variations
Color information
#968DDD (or 0x968DDD) is known color: Blue Bell. HEX triplet: 96, 8D and DD. RGB value is (150,141,221). Sum of RGB (Red+Green+Blue) = 150+141+221=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #968DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DDD is #697222. Grayscale: #989898. Windows color (decimal): -6910499 or 14519702. OLE color: 14519702.
HSL color Cylindrical-coordinate representation of color #968DDD: hue angle of 246.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968DDD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 141 | 221 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.13 |
| HSL | 246.75º | 0.54% | 0.71% | - |
| HSV(B) | 246.75º | 0.36% | 0.87% | - |
| XYZ | 35.15 | 30.75 | 72.49 | - |
| YUV | 152.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 221 | 0.32 | 0.36 | 0 | 0.13 | 246.75 | 0.54 | 0.71 |
| Hex | 96 | 8D | DD | 20 | 24 | 0 | D | F7 | 36 | 47 |
| Octal | 226 | 215 | 335 | 40 | 44 | 0 | 15 | 367 | 66 | 107 |
| Binary | 10010110 | 10001101 | 11011101 | 100000 | 100100 | 0 | 1101 | 11110111 | 110110 | 1000111 |
Color Harmonies of #968DDD
Complementary color
Monochromatic Colors of #968DDD
Black with #968DDD
Text Example
Text Example
White with #968DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DDD; }
p { color: rgb(150,141,221); }
H1.HeaderClassName
{
color: #968DDD;
}
.AnyTagClassName
{
color: #968DDD;
}
</style>
background-color css
<style>
a { background-color: #968DDD; }
a { background-color: rgb(150,141,221); }
div.DivClassName
{
background-color: #968DDD;
}
.BgClassName
{
background-color: #968DDD;
}
</style>
border-color css
<style>
span { border-color: #968DDD; }
span { border-color: rgb(150,141,221); }
td.TdClassName
{
border-color: #968DDD;
}
.TagClassName
{
border-color: #968DDD;
}
</style>