Shades of Blue Bell #978EE7
Tints of Blue Bell #978EE7
RGB
CMYK
RGB Variations
Color information
#978EE7 (or 0x978EE7) is known color: Blue Bell. HEX triplet: 97, 8E and E7. RGB value is (151,142,231). Sum of RGB (Red+Green+Blue) = 151+142+231=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #978EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EE7 is #687118. Grayscale: #9A9A9A. Windows color (decimal): -6844697 or 15175319. OLE color: 15175319.
HSL color Cylindrical-coordinate representation of color #978EE7: hue angle of 246.07º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #978EE7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 142 | 231 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.09 |
| HSL | 246.07º | 0.65% | 0.73% | - |
| HSV(B) | 246.07º | 0.39% | 0.91% | - |
| XYZ | 36.86 | 31.69 | 79.78 | - |
| YUV | 154.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 231 | 0.35 | 0.39 | 0 | 0.09 | 246.07 | 0.65 | 0.73 |
| Hex | 97 | 8E | E7 | 23 | 27 | 0 | 9 | F6 | 41 | 49 |
| Octal | 227 | 216 | 347 | 43 | 47 | 0 | 11 | 366 | 101 | 111 |
| Binary | 10010111 | 10001110 | 11100111 | 100011 | 100111 | 0 | 1001 | 11110110 | 1000001 | 1001001 |
Color Harmonies of #978EE7
Complementary color
Monochromatic Colors of #978EE7
Black with #978EE7
Text Example
Text Example
White with #978EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EE7; }
p { color: rgb(151,142,231); }
H1.HeaderClassName
{
color: #978EE7;
}
.AnyTagClassName
{
color: #978EE7;
}
</style>
background-color css
<style>
a { background-color: #978EE7; }
a { background-color: rgb(151,142,231); }
div.DivClassName
{
background-color: #978EE7;
}
.BgClassName
{
background-color: #978EE7;
}
</style>
border-color css
<style>
span { border-color: #978EE7; }
span { border-color: rgb(151,142,231); }
td.TdClassName
{
border-color: #978EE7;
}
.TagClassName
{
border-color: #978EE7;
}
</style>