Shades of Blue Bell #968FD1
Tints of Blue Bell #968FD1
RGB
CMYK
RGB Variations
Color information
#968FD1 (or 0x968FD1) is known color: Blue Bell. HEX triplet: 96, 8F and D1. RGB value is (150,143,209). Sum of RGB (Red+Green+Blue) = 150+143+209=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #968FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FD1 is #69702E. Grayscale: #989898. Windows color (decimal): -6909999 or 13733782. OLE color: 13733782.
HSL color Cylindrical-coordinate representation of color #968FD1: hue angle of 246.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968FD1 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 143 | 209 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.18 |
| HSL | 246.36º | 0.42% | 0.69% | - |
| HSV(B) | 246.36º | 0.32% | 0.82% | - |
| XYZ | 33.91 | 30.73 | 64.47 | - |
| YUV | 152.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 209 | 0.28 | 0.32 | 0 | 0.18 | 246.36 | 0.42 | 0.69 |
| Hex | 96 | 8F | D1 | 1C | 20 | 0 | 12 | F6 | 2A | 45 |
| Octal | 226 | 217 | 321 | 34 | 40 | 0 | 22 | 366 | 52 | 105 |
| Binary | 10010110 | 10001111 | 11010001 | 11100 | 100000 | 0 | 10010 | 11110110 | 101010 | 1000101 |
Color Harmonies of #968FD1
Complementary color
Monochromatic Colors of #968FD1
Black with #968FD1
Text Example
Text Example
White with #968FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FD1; }
p { color: rgb(150,143,209); }
H1.HeaderClassName
{
color: #968FD1;
}
.AnyTagClassName
{
color: #968FD1;
}
</style>
background-color css
<style>
a { background-color: #968FD1; }
a { background-color: rgb(150,143,209); }
div.DivClassName
{
background-color: #968FD1;
}
.BgClassName
{
background-color: #968FD1;
}
</style>
border-color css
<style>
span { border-color: #968FD1; }
span { border-color: rgb(150,143,209); }
td.TdClassName
{
border-color: #968FD1;
}
.TagClassName
{
border-color: #968FD1;
}
</style>