Shades of Blue Bell #968BDD
Tints of Blue Bell #968BDD
RGB
CMYK
RGB Variations
Color information
#968BDD (or 0x968BDD) is known color: Blue Bell. HEX triplet: 96, 8B and DD. RGB value is (150,139,221). Sum of RGB (Red+Green+Blue) = 150+139+221=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #968BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BDD is #697422. Grayscale: #979797. Windows color (decimal): -6911011 or 14519190. OLE color: 14519190.
HSL color Cylindrical-coordinate representation of color #968BDD: hue angle of 248.05º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968BDD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 139 | 221 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.13 |
| HSL | 248.05º | 0.55% | 0.71% | - |
| HSV(B) | 248.05º | 0.37% | 0.87% | - |
| XYZ | 34.86 | 30.17 | 72.39 | - |
| YUV | 151.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 221 | 0.32 | 0.37 | 0 | 0.13 | 248.05 | 0.55 | 0.71 |
| Hex | 96 | 8B | DD | 20 | 25 | 0 | D | F8 | 37 | 47 |
| Octal | 226 | 213 | 335 | 40 | 45 | 0 | 15 | 370 | 67 | 107 |
| Binary | 10010110 | 10001011 | 11011101 | 100000 | 100101 | 0 | 1101 | 11111000 | 110111 | 1000111 |
Color Harmonies of #968BDD
Complementary color
Monochromatic Colors of #968BDD
Black with #968BDD
Text Example
Text Example
White with #968BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BDD; }
p { color: rgb(150,139,221); }
H1.HeaderClassName
{
color: #968BDD;
}
.AnyTagClassName
{
color: #968BDD;
}
</style>
background-color css
<style>
a { background-color: #968BDD; }
a { background-color: rgb(150,139,221); }
div.DivClassName
{
background-color: #968BDD;
}
.BgClassName
{
background-color: #968BDD;
}
</style>
border-color css
<style>
span { border-color: #968BDD; }
span { border-color: rgb(150,139,221); }
td.TdClassName
{
border-color: #968BDD;
}
.TagClassName
{
border-color: #968BDD;
}
</style>