Shades of Blue Bell #978CEA
Tints of Blue Bell #978CEA
RGB
CMYK
RGB Variations
Color information
#978CEA (or 0x978CEA) is known color: Blue Bell. HEX triplet: 97, 8C and EA. RGB value is (151,140,234). Sum of RGB (Red+Green+Blue) = 151+140+234=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #978CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CEA is #687315. Grayscale: #999999. Windows color (decimal): -6845206 or 15371415. OLE color: 15371415.
HSL color Cylindrical-coordinate representation of color #978CEA: hue angle of 247.02º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978CEA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 140 | 234 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.08 |
| HSL | 247.02º | 0.69% | 0.73% | - |
| HSV(B) | 247.02º | 0.4% | 0.92% | - |
| XYZ | 36.99 | 31.28 | 81.93 | - |
| YUV | 154.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 234 | 0.35 | 0.40 | 0 | 0.08 | 247.02 | 0.69 | 0.73 |
| Hex | 97 | 8C | EA | 23 | 28 | 0 | 8 | F7 | 45 | 49 |
| Octal | 227 | 214 | 352 | 43 | 50 | 0 | 10 | 367 | 105 | 111 |
| Binary | 10010111 | 10001100 | 11101010 | 100011 | 101000 | 0 | 1000 | 11110111 | 1000101 | 1001001 |
Color Harmonies of #978CEA
Complementary color
Monochromatic Colors of #978CEA
Black with #978CEA
Text Example
Text Example
White with #978CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CEA; }
p { color: rgb(151,140,234); }
H1.HeaderClassName
{
color: #978CEA;
}
.AnyTagClassName
{
color: #978CEA;
}
</style>
background-color css
<style>
a { background-color: #978CEA; }
a { background-color: rgb(151,140,234); }
div.DivClassName
{
background-color: #978CEA;
}
.BgClassName
{
background-color: #978CEA;
}
</style>
border-color css
<style>
span { border-color: #978CEA; }
span { border-color: rgb(151,140,234); }
td.TdClassName
{
border-color: #978CEA;
}
.TagClassName
{
border-color: #978CEA;
}
</style>