Shades of Blue Bell #968DCE
Tints of Blue Bell #968DCE
RGB
CMYK
RGB Variations
Color information
#968DCE (or 0x968DCE) is known color: Blue Bell. HEX triplet: 96, 8D and CE. RGB value is (150,141,206). Sum of RGB (Red+Green+Blue) = 150+141+206=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #968DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DCE is #697231. Grayscale: #969696. Windows color (decimal): -6910514 or 13536662. OLE color: 13536662.
HSL color Cylindrical-coordinate representation of color #968DCE: hue angle of 248.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968DCE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 141 | 206 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.19 |
| HSL | 248.31º | 0.4% | 0.68% | - |
| HSV(B) | 248.31º | 0.32% | 0.81% | - |
| XYZ | 33.24 | 29.99 | 62.43 | - |
| YUV | 151.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 206 | 0.27 | 0.32 | 0 | 0.19 | 248.31 | 0.4 | 0.68 |
| Hex | 96 | 8D | CE | 1B | 20 | 0 | 13 | F8 | 28 | 44 |
| Octal | 226 | 215 | 316 | 33 | 40 | 0 | 23 | 370 | 50 | 104 |
| Binary | 10010110 | 10001101 | 11001110 | 11011 | 100000 | 0 | 10011 | 11111000 | 101000 | 1000100 |
Color Harmonies of #968DCE
Complementary color
Monochromatic Colors of #968DCE
Black with #968DCE
Text Example
Text Example
White with #968DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DCE; }
p { color: rgb(150,141,206); }
H1.HeaderClassName
{
color: #968DCE;
}
.AnyTagClassName
{
color: #968DCE;
}
</style>
background-color css
<style>
a { background-color: #968DCE; }
a { background-color: rgb(150,141,206); }
div.DivClassName
{
background-color: #968DCE;
}
.BgClassName
{
background-color: #968DCE;
}
</style>
border-color css
<style>
span { border-color: #968DCE; }
span { border-color: rgb(150,141,206); }
td.TdClassName
{
border-color: #968DCE;
}
.TagClassName
{
border-color: #968DCE;
}
</style>