Shades of Blue Bell #968AD2
Tints of Blue Bell #968AD2
RGB
CMYK
RGB Variations
Color information
#968AD2 (or 0x968AD2) is known color: Blue Bell. HEX triplet: 96, 8A and D2. RGB value is (150,138,210). Sum of RGB (Red+Green+Blue) = 150+138+210=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #968AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD2 is #69752D. Grayscale: #959595. Windows color (decimal): -6911278 or 13798038. OLE color: 13798038.
HSL color Cylindrical-coordinate representation of color #968AD2: hue angle of 250º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968AD2 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 138 | 210 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.18 |
| HSL | 250º | 0.44% | 0.68% | - |
| HSV(B) | 250º | 0.34% | 0.82% | - |
| XYZ | 33.3 | 29.31 | 64.88 | - |
| YUV | 149.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 210 | 0.29 | 0.34 | 0 | 0.18 | 250 | 0.44 | 0.68 |
| Hex | 96 | 8A | D2 | 1D | 22 | 0 | 12 | FA | 2C | 44 |
| Octal | 226 | 212 | 322 | 35 | 42 | 0 | 22 | 372 | 54 | 104 |
| Binary | 10010110 | 10001010 | 11010010 | 11101 | 100010 | 0 | 10010 | 11111010 | 101100 | 1000100 |
Color Harmonies of #968AD2
Complementary color
Monochromatic Colors of #968AD2
Black with #968AD2
Text Example
Text Example
White with #968AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AD2; }
p { color: rgb(150,138,210); }
H1.HeaderClassName
{
color: #968AD2;
}
.AnyTagClassName
{
color: #968AD2;
}
</style>
background-color css
<style>
a { background-color: #968AD2; }
a { background-color: rgb(150,138,210); }
div.DivClassName
{
background-color: #968AD2;
}
.BgClassName
{
background-color: #968AD2;
}
</style>
border-color css
<style>
span { border-color: #968AD2; }
span { border-color: rgb(150,138,210); }
td.TdClassName
{
border-color: #968AD2;
}
.TagClassName
{
border-color: #968AD2;
}
</style>