Shades of Blue Bell #968AD0
Tints of Blue Bell #968AD0
RGB
CMYK
RGB Variations
Color information
#968AD0 (or 0x968AD0) is known color: Blue Bell. HEX triplet: 96, 8A and D0. RGB value is (150,138,208). Sum of RGB (Red+Green+Blue) = 150+138+208=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #968AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD0 is #69752F. Grayscale: #959595. Windows color (decimal): -6911280 or 13666966. OLE color: 13666966.
HSL color Cylindrical-coordinate representation of color #968AD0: hue angle of 250.29º degrees, saturation: 0.43, 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 #968AD0 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 138 | 208 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.18 |
| HSL | 250.29º | 0.43% | 0.68% | - |
| HSV(B) | 250.29º | 0.34% | 0.82% | - |
| XYZ | 33.05 | 29.22 | 63.57 | - |
| YUV | 149.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 208 | 0.28 | 0.34 | 0 | 0.18 | 250.29 | 0.43 | 0.68 |
| Hex | 96 | 8A | D0 | 1C | 22 | 0 | 12 | FA | 2B | 44 |
| Octal | 226 | 212 | 320 | 34 | 42 | 0 | 22 | 372 | 53 | 104 |
| Binary | 10010110 | 10001010 | 11010000 | 11100 | 100010 | 0 | 10010 | 11111010 | 101011 | 1000100 |
Color Harmonies of #968AD0
Complementary color
Monochromatic Colors of #968AD0
Black with #968AD0
Text Example
Text Example
White with #968AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AD0; }
p { color: rgb(150,138,208); }
H1.HeaderClassName
{
color: #968AD0;
}
.AnyTagClassName
{
color: #968AD0;
}
</style>
background-color css
<style>
a { background-color: #968AD0; }
a { background-color: rgb(150,138,208); }
div.DivClassName
{
background-color: #968AD0;
}
.BgClassName
{
background-color: #968AD0;
}
</style>
border-color css
<style>
span { border-color: #968AD0; }
span { border-color: rgb(150,138,208); }
td.TdClassName
{
border-color: #968AD0;
}
.TagClassName
{
border-color: #968AD0;
}
</style>