Shades of Blue Bell #968BDF
Tints of Blue Bell #968BDF
RGB
CMYK
RGB Variations
Color information
#968BDF (or 0x968BDF) is known color: Blue Bell. HEX triplet: 96, 8B and DF. RGB value is (150,139,223). Sum of RGB (Red+Green+Blue) = 150+139+223=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #968BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BDF is #697420. Grayscale: #979797. Windows color (decimal): -6911009 or 14650262. OLE color: 14650262.
HSL color Cylindrical-coordinate representation of color #968BDF: hue angle of 247.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #968BDF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 139 | 223 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.13 |
| HSL | 247.86º | 0.57% | 0.71% | - |
| HSV(B) | 247.86º | 0.38% | 0.87% | - |
| XYZ | 35.13 | 30.28 | 73.8 | - |
| YUV | 151.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 223 | 0.33 | 0.38 | 0 | 0.13 | 247.86 | 0.57 | 0.71 |
| Hex | 96 | 8B | DF | 21 | 26 | 0 | D | F8 | 39 | 47 |
| Octal | 226 | 213 | 337 | 41 | 46 | 0 | 15 | 370 | 71 | 107 |
| Binary | 10010110 | 10001011 | 11011111 | 100001 | 100110 | 0 | 1101 | 11111000 | 111001 | 1000111 |
Color Harmonies of #968BDF
Complementary color
Monochromatic Colors of #968BDF
Black with #968BDF
Text Example
Text Example
White with #968BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BDF; }
p { color: rgb(150,139,223); }
H1.HeaderClassName
{
color: #968BDF;
}
.AnyTagClassName
{
color: #968BDF;
}
</style>
background-color css
<style>
a { background-color: #968BDF; }
a { background-color: rgb(150,139,223); }
div.DivClassName
{
background-color: #968BDF;
}
.BgClassName
{
background-color: #968BDF;
}
</style>
border-color css
<style>
span { border-color: #968BDF; }
span { border-color: rgb(150,139,223); }
td.TdClassName
{
border-color: #968BDF;
}
.TagClassName
{
border-color: #968BDF;
}
</style>