Shades of Blue Bell #978BE7
Tints of Blue Bell #978BE7
RGB
CMYK
RGB Variations
Color information
#978BE7 (or 0x978BE7) is known color: Blue Bell. HEX triplet: 97, 8B and E7. RGB value is (151,139,231). Sum of RGB (Red+Green+Blue) = 151+139+231=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #978BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BE7 is #687418. Grayscale: #989898. Windows color (decimal): -6845465 or 15174551. OLE color: 15174551.
HSL color Cylindrical-coordinate representation of color #978BE7: hue angle of 247.83º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978BE7 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 139 | 231 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.09 |
| HSL | 247.83º | 0.66% | 0.73% | - |
| HSV(B) | 247.83º | 0.4% | 0.91% | - |
| XYZ | 36.42 | 30.81 | 79.63 | - |
| YUV | 153.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 231 | 0.35 | 0.40 | 0 | 0.09 | 247.83 | 0.66 | 0.73 |
| Hex | 97 | 8B | E7 | 23 | 28 | 0 | 9 | F8 | 42 | 49 |
| Octal | 227 | 213 | 347 | 43 | 50 | 0 | 11 | 370 | 102 | 111 |
| Binary | 10010111 | 10001011 | 11100111 | 100011 | 101000 | 0 | 1001 | 11111000 | 1000010 | 1001001 |
Color Harmonies of #978BE7
Complementary color
Monochromatic Colors of #978BE7
Black with #978BE7
Text Example
Text Example
White with #978BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BE7; }
p { color: rgb(151,139,231); }
H1.HeaderClassName
{
color: #978BE7;
}
.AnyTagClassName
{
color: #978BE7;
}
</style>
background-color css
<style>
a { background-color: #978BE7; }
a { background-color: rgb(151,139,231); }
div.DivClassName
{
background-color: #978BE7;
}
.BgClassName
{
background-color: #978BE7;
}
</style>
border-color css
<style>
span { border-color: #978BE7; }
span { border-color: rgb(151,139,231); }
td.TdClassName
{
border-color: #978BE7;
}
.TagClassName
{
border-color: #978BE7;
}
</style>