Shades of Blue Bell #978DEA
Tints of Blue Bell #978DEA
RGB
CMYK
RGB Variations
Color information
#978DEA (or 0x978DEA) is known color: Blue Bell. HEX triplet: 97, 8D and EA. RGB value is (151,141,234). Sum of RGB (Red+Green+Blue) = 151+141+234=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #978DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DEA is #687215. Grayscale: #9A9A9A. Windows color (decimal): -6844950 or 15371671. OLE color: 15371671.
HSL color Cylindrical-coordinate representation of color #978DEA: hue angle of 246.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978DEA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 141 | 234 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.08 |
| HSL | 246.45º | 0.69% | 0.74% | - |
| HSV(B) | 246.45º | 0.4% | 0.92% | - |
| XYZ | 37.14 | 31.57 | 81.98 | - |
| YUV | 154.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 234 | 0.35 | 0.40 | 0 | 0.08 | 246.45 | 0.69 | 0.74 |
| Hex | 97 | 8D | EA | 23 | 28 | 0 | 8 | F6 | 45 | 4A |
| Octal | 227 | 215 | 352 | 43 | 50 | 0 | 10 | 366 | 105 | 112 |
| Binary | 10010111 | 10001101 | 11101010 | 100011 | 101000 | 0 | 1000 | 11110110 | 1000101 | 1001010 |
Color Harmonies of #978DEA
Complementary color
Monochromatic Colors of #978DEA
Black with #978DEA
Text Example
Text Example
White with #978DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DEA; }
p { color: rgb(151,141,234); }
H1.HeaderClassName
{
color: #978DEA;
}
.AnyTagClassName
{
color: #978DEA;
}
</style>
background-color css
<style>
a { background-color: #978DEA; }
a { background-color: rgb(151,141,234); }
div.DivClassName
{
background-color: #978DEA;
}
.BgClassName
{
background-color: #978DEA;
}
</style>
border-color css
<style>
span { border-color: #978DEA; }
span { border-color: rgb(151,141,234); }
td.TdClassName
{
border-color: #978DEA;
}
.TagClassName
{
border-color: #978DEA;
}
</style>