Shades of Blue Bell #978FE0
Tints of Blue Bell #978FE0
RGB
CMYK
RGB Variations
Color information
#978FE0 (or 0x978FE0) is known color: Blue Bell. HEX triplet: 97, 8F and E0. RGB value is (151,143,224). Sum of RGB (Red+Green+Blue) = 151+143+224=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #978FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FE0 is #68701F. Grayscale: #9A9A9A. Windows color (decimal): -6844448 or 14716823. OLE color: 14716823.
HSL color Cylindrical-coordinate representation of color #978FE0: hue angle of 245.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978FE0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 143 | 224 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.12 |
| HSL | 245.93º | 0.57% | 0.72% | - |
| HSV(B) | 245.93º | 0.36% | 0.88% | - |
| XYZ | 36.04 | 31.61 | 74.72 | - |
| YUV | 154.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 224 | 0.33 | 0.36 | 0 | 0.12 | 245.93 | 0.57 | 0.72 |
| Hex | 97 | 8F | E0 | 21 | 24 | 0 | C | F6 | 39 | 48 |
| Octal | 227 | 217 | 340 | 41 | 44 | 0 | 14 | 366 | 71 | 110 |
| Binary | 10010111 | 10001111 | 11100000 | 100001 | 100100 | 0 | 1100 | 11110110 | 111001 | 1001000 |
Color Harmonies of #978FE0
Complementary color
Monochromatic Colors of #978FE0
Black with #978FE0
Text Example
Text Example
White with #978FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FE0; }
p { color: rgb(151,143,224); }
H1.HeaderClassName
{
color: #978FE0;
}
.AnyTagClassName
{
color: #978FE0;
}
</style>
background-color css
<style>
a { background-color: #978FE0; }
a { background-color: rgb(151,143,224); }
div.DivClassName
{
background-color: #978FE0;
}
.BgClassName
{
background-color: #978FE0;
}
</style>
border-color css
<style>
span { border-color: #978FE0; }
span { border-color: rgb(151,143,224); }
td.TdClassName
{
border-color: #978FE0;
}
.TagClassName
{
border-color: #978FE0;
}
</style>