Shades of Blue Bell #968ADC
Tints of Blue Bell #968ADC
RGB
CMYK
RGB Variations
Color information
#968ADC (or 0x968ADC) is known color: Blue Bell. HEX triplet: 96, 8A and DC. RGB value is (150,138,220). Sum of RGB (Red+Green+Blue) = 150+138+220=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #968ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ADC is #697523. Grayscale: #969696. Windows color (decimal): -6911268 or 14453398. OLE color: 14453398.
HSL color Cylindrical-coordinate representation of color #968ADC: hue angle of 248.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968ADC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 138 | 220 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.14 |
| HSL | 248.78º | 0.54% | 0.7% | - |
| HSV(B) | 248.78º | 0.37% | 0.86% | - |
| XYZ | 34.58 | 29.83 | 71.64 | - |
| YUV | 150.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 220 | 0.32 | 0.37 | 0 | 0.14 | 248.78 | 0.54 | 0.7 |
| Hex | 96 | 8A | DC | 20 | 25 | 0 | E | F9 | 36 | 46 |
| Octal | 226 | 212 | 334 | 40 | 45 | 0 | 16 | 371 | 66 | 106 |
| Binary | 10010110 | 10001010 | 11011100 | 100000 | 100101 | 0 | 1110 | 11111001 | 110110 | 1000110 |
Color Harmonies of #968ADC
Complementary color
Monochromatic Colors of #968ADC
Black with #968ADC
Text Example
Text Example
White with #968ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968ADC; }
p { color: rgb(150,138,220); }
H1.HeaderClassName
{
color: #968ADC;
}
.AnyTagClassName
{
color: #968ADC;
}
</style>
background-color css
<style>
a { background-color: #968ADC; }
a { background-color: rgb(150,138,220); }
div.DivClassName
{
background-color: #968ADC;
}
.BgClassName
{
background-color: #968ADC;
}
</style>
border-color css
<style>
span { border-color: #968ADC; }
span { border-color: rgb(150,138,220); }
td.TdClassName
{
border-color: #968ADC;
}
.TagClassName
{
border-color: #968ADC;
}
</style>