Shades of Blue Bell #968CDA
Tints of Blue Bell #968CDA
RGB
CMYK
RGB Variations
Color information
#968CDA (or 0x968CDA) is known color: Blue Bell. HEX triplet: 96, 8C and DA. RGB value is (150,140,218). Sum of RGB (Red+Green+Blue) = 150+140+218=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #968CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CDA is #697325. Grayscale: #979797. Windows color (decimal): -6910758 or 14322838. OLE color: 14322838.
HSL color Cylindrical-coordinate representation of color #968CDA: hue angle of 247.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968CDA is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 140 | 218 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.15 |
| HSL | 247.69º | 0.51% | 0.7% | - |
| HSV(B) | 247.69º | 0.36% | 0.85% | - |
| XYZ | 34.61 | 30.3 | 70.35 | - |
| YUV | 151.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 218 | 0.31 | 0.36 | 0 | 0.15 | 247.69 | 0.51 | 0.7 |
| Hex | 96 | 8C | DA | 1F | 24 | 0 | F | F8 | 33 | 46 |
| Octal | 226 | 214 | 332 | 37 | 44 | 0 | 17 | 370 | 63 | 106 |
| Binary | 10010110 | 10001100 | 11011010 | 11111 | 100100 | 0 | 1111 | 11111000 | 110011 | 1000110 |
Color Harmonies of #968CDA
Complementary color
Monochromatic Colors of #968CDA
Black with #968CDA
Text Example
Text Example
White with #968CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CDA; }
p { color: rgb(150,140,218); }
H1.HeaderClassName
{
color: #968CDA;
}
.AnyTagClassName
{
color: #968CDA;
}
</style>
background-color css
<style>
a { background-color: #968CDA; }
a { background-color: rgb(150,140,218); }
div.DivClassName
{
background-color: #968CDA;
}
.BgClassName
{
background-color: #968CDA;
}
</style>
border-color css
<style>
span { border-color: #968CDA; }
span { border-color: rgb(150,140,218); }
td.TdClassName
{
border-color: #968CDA;
}
.TagClassName
{
border-color: #968CDA;
}
</style>