Shades of Blue Bell #978DE7
Tints of Blue Bell #978DE7
RGB
CMYK
RGB Variations
Color information
#978DE7 (or 0x978DE7) is known color: Blue Bell. HEX triplet: 97, 8D and E7. RGB value is (151,141,231). Sum of RGB (Red+Green+Blue) = 151+141+231=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #978DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DE7 is #687218. Grayscale: #999999. Windows color (decimal): -6844953 or 15175063. OLE color: 15175063.
HSL color Cylindrical-coordinate representation of color #978DE7: hue angle of 246.67º 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 #978DE7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 141 | 231 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.09 |
| HSL | 246.67º | 0.65% | 0.73% | - |
| HSV(B) | 246.67º | 0.39% | 0.91% | - |
| XYZ | 36.71 | 31.4 | 79.73 | - |
| YUV | 154.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 231 | 0.35 | 0.39 | 0 | 0.09 | 246.67 | 0.65 | 0.73 |
| Hex | 97 | 8D | E7 | 23 | 27 | 0 | 9 | F7 | 41 | 49 |
| Octal | 227 | 215 | 347 | 43 | 47 | 0 | 11 | 367 | 101 | 111 |
| Binary | 10010111 | 10001101 | 11100111 | 100011 | 100111 | 0 | 1001 | 11110111 | 1000001 | 1001001 |
Color Harmonies of #978DE7
Complementary color
Monochromatic Colors of #978DE7
Black with #978DE7
Text Example
Text Example
White with #978DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DE7; }
p { color: rgb(151,141,231); }
H1.HeaderClassName
{
color: #978DE7;
}
.AnyTagClassName
{
color: #978DE7;
}
</style>
background-color css
<style>
a { background-color: #978DE7; }
a { background-color: rgb(151,141,231); }
div.DivClassName
{
background-color: #978DE7;
}
.BgClassName
{
background-color: #978DE7;
}
</style>
border-color css
<style>
span { border-color: #978DE7; }
span { border-color: rgb(151,141,231); }
td.TdClassName
{
border-color: #978DE7;
}
.TagClassName
{
border-color: #978DE7;
}
</style>