Shades of Blue Bell #968ADD
Tints of Blue Bell #968ADD
RGB
CMYK
RGB Variations
Color information
#968ADD (or 0x968ADD) is known color: Blue Bell. HEX triplet: 96, 8A and DD. RGB value is (150,138,221). Sum of RGB (Red+Green+Blue) = 150+138+221=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #968ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ADD is #697522. Grayscale: #969696. Windows color (decimal): -6911267 or 14518934. OLE color: 14518934.
HSL color Cylindrical-coordinate representation of color #968ADD: hue angle of 248.67º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #968ADD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 138 | 221 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.13 |
| HSL | 248.67º | 0.55% | 0.7% | - |
| HSV(B) | 248.67º | 0.38% | 0.87% | - |
| XYZ | 34.72 | 29.88 | 72.34 | - |
| YUV | 151.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 221 | 0.32 | 0.38 | 0 | 0.13 | 248.67 | 0.55 | 0.7 |
| Hex | 96 | 8A | DD | 20 | 26 | 0 | D | F9 | 37 | 46 |
| Octal | 226 | 212 | 335 | 40 | 46 | 0 | 15 | 371 | 67 | 106 |
| Binary | 10010110 | 10001010 | 11011101 | 100000 | 100110 | 0 | 1101 | 11111001 | 110111 | 1000110 |
Color Harmonies of #968ADD
Complementary color
Monochromatic Colors of #968ADD
Black with #968ADD
Text Example
Text Example
White with #968ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968ADD; }
p { color: rgb(150,138,221); }
H1.HeaderClassName
{
color: #968ADD;
}
.AnyTagClassName
{
color: #968ADD;
}
</style>
background-color css
<style>
a { background-color: #968ADD; }
a { background-color: rgb(150,138,221); }
div.DivClassName
{
background-color: #968ADD;
}
.BgClassName
{
background-color: #968ADD;
}
</style>
border-color css
<style>
span { border-color: #968ADD; }
span { border-color: rgb(150,138,221); }
td.TdClassName
{
border-color: #968ADD;
}
.TagClassName
{
border-color: #968ADD;
}
</style>