Shades of Blue Bell #968EDF
Tints of Blue Bell #968EDF
RGB
CMYK
RGB Variations
Color information
#968EDF (or 0x968EDF) is known color: Blue Bell. HEX triplet: 96, 8E and DF. RGB value is (150,142,223). Sum of RGB (Red+Green+Blue) = 150+142+223=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #968EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDF is #697120. Grayscale: #999999. Windows color (decimal): -6910241 or 14651030. OLE color: 14651030.
HSL color Cylindrical-coordinate representation of color #968EDF: hue angle of 245.93º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968EDF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 142 | 223 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.13 |
| HSL | 245.93º | 0.56% | 0.72% | - |
| HSV(B) | 245.93º | 0.36% | 0.87% | - |
| XYZ | 35.57 | 31.16 | 73.95 | - |
| YUV | 153.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 223 | 0.33 | 0.36 | 0 | 0.13 | 245.93 | 0.56 | 0.72 |
| Hex | 96 | 8E | DF | 21 | 24 | 0 | D | F6 | 38 | 48 |
| Octal | 226 | 216 | 337 | 41 | 44 | 0 | 15 | 366 | 70 | 110 |
| Binary | 10010110 | 10001110 | 11011111 | 100001 | 100100 | 0 | 1101 | 11110110 | 111000 | 1001000 |
Color Harmonies of #968EDF
Complementary color
Monochromatic Colors of #968EDF
Black with #968EDF
Text Example
Text Example
White with #968EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EDF; }
p { color: rgb(150,142,223); }
H1.HeaderClassName
{
color: #968EDF;
}
.AnyTagClassName
{
color: #968EDF;
}
</style>
background-color css
<style>
a { background-color: #968EDF; }
a { background-color: rgb(150,142,223); }
div.DivClassName
{
background-color: #968EDF;
}
.BgClassName
{
background-color: #968EDF;
}
</style>
border-color css
<style>
span { border-color: #968EDF; }
span { border-color: rgb(150,142,223); }
td.TdClassName
{
border-color: #968EDF;
}
.TagClassName
{
border-color: #968EDF;
}
</style>