Shades of Blue Bell #968FDD
Tints of Blue Bell #968FDD
RGB
CMYK
RGB Variations
Color information
#968FDD (or 0x968FDD) is known color: Blue Bell. HEX triplet: 96, 8F and DD. RGB value is (150,143,221). Sum of RGB (Red+Green+Blue) = 150+143+221=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #968FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FDD is #697022. Grayscale: #999999. Windows color (decimal): -6909987 or 14520214. OLE color: 14520214.
HSL color Cylindrical-coordinate representation of color #968FDD: hue angle of 245.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968FDD is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 143 | 221 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.13 |
| HSL | 245.38º | 0.53% | 0.71% | - |
| HSV(B) | 245.38º | 0.35% | 0.87% | - |
| XYZ | 35.45 | 31.35 | 72.59 | - |
| YUV | 153.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 221 | 0.32 | 0.35 | 0 | 0.13 | 245.38 | 0.53 | 0.71 |
| Hex | 96 | 8F | DD | 20 | 23 | 0 | D | F5 | 35 | 47 |
| Octal | 226 | 217 | 335 | 40 | 43 | 0 | 15 | 365 | 65 | 107 |
| Binary | 10010110 | 10001111 | 11011101 | 100000 | 100011 | 0 | 1101 | 11110101 | 110101 | 1000111 |
Color Harmonies of #968FDD
Complementary color
Monochromatic Colors of #968FDD
Black with #968FDD
Text Example
Text Example
White with #968FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FDD; }
p { color: rgb(150,143,221); }
H1.HeaderClassName
{
color: #968FDD;
}
.AnyTagClassName
{
color: #968FDD;
}
</style>
background-color css
<style>
a { background-color: #968FDD; }
a { background-color: rgb(150,143,221); }
div.DivClassName
{
background-color: #968FDD;
}
.BgClassName
{
background-color: #968FDD;
}
</style>
border-color css
<style>
span { border-color: #968FDD; }
span { border-color: rgb(150,143,221); }
td.TdClassName
{
border-color: #968FDD;
}
.TagClassName
{
border-color: #968FDD;
}
</style>