Shades of Blue Bell #968DD0
Tints of Blue Bell #968DD0
RGB
CMYK
RGB Variations
Color information
#968DD0 (or 0x968DD0) is known color: Blue Bell. HEX triplet: 96, 8D and D0. RGB value is (150,141,208). Sum of RGB (Red+Green+Blue) = 150+141+208=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #968DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DD0 is #69722F. Grayscale: #979797. Windows color (decimal): -6910512 or 13667734. OLE color: 13667734.
HSL color Cylindrical-coordinate representation of color #968DD0: hue angle of 248.06º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968DD0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 141 | 208 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.18 |
| HSL | 248.06º | 0.42% | 0.68% | - |
| HSV(B) | 248.06º | 0.32% | 0.82% | - |
| XYZ | 33.49 | 30.09 | 63.72 | - |
| YUV | 151.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 208 | 0.28 | 0.32 | 0 | 0.18 | 248.06 | 0.42 | 0.68 |
| Hex | 96 | 8D | D0 | 1C | 20 | 0 | 12 | F8 | 2A | 44 |
| Octal | 226 | 215 | 320 | 34 | 40 | 0 | 22 | 370 | 52 | 104 |
| Binary | 10010110 | 10001101 | 11010000 | 11100 | 100000 | 0 | 10010 | 11111000 | 101010 | 1000100 |
Color Harmonies of #968DD0
Complementary color
Monochromatic Colors of #968DD0
Black with #968DD0
Text Example
Text Example
White with #968DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DD0; }
p { color: rgb(150,141,208); }
H1.HeaderClassName
{
color: #968DD0;
}
.AnyTagClassName
{
color: #968DD0;
}
</style>
background-color css
<style>
a { background-color: #968DD0; }
a { background-color: rgb(150,141,208); }
div.DivClassName
{
background-color: #968DD0;
}
.BgClassName
{
background-color: #968DD0;
}
</style>
border-color css
<style>
span { border-color: #968DD0; }
span { border-color: rgb(150,141,208); }
td.TdClassName
{
border-color: #968DD0;
}
.TagClassName
{
border-color: #968DD0;
}
</style>