Shades of Blue Bell #978DE5
Tints of Blue Bell #978DE5
RGB
CMYK
RGB Variations
Color information
#978DE5 (or 0x978DE5) is known color: Blue Bell. HEX triplet: 97, 8D and E5. RGB value is (151,141,229). Sum of RGB (Red+Green+Blue) = 151+141+229=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #978DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DE5 is #68721A. Grayscale: #999999. Windows color (decimal): -6844955 or 15043991. OLE color: 15043991.
HSL color Cylindrical-coordinate representation of color #978DE5: hue angle of 246.82º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #978DE5 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 141 | 229 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.10 |
| HSL | 246.82º | 0.63% | 0.73% | - |
| HSV(B) | 246.82º | 0.38% | 0.9% | - |
| XYZ | 36.43 | 31.29 | 78.25 | - |
| YUV | 154.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 229 | 0.34 | 0.38 | 0 | 0.10 | 246.82 | 0.63 | 0.73 |
| Hex | 97 | 8D | E5 | 22 | 26 | 0 | A | F7 | 3F | 49 |
| Octal | 227 | 215 | 345 | 42 | 46 | 0 | 12 | 367 | 77 | 111 |
| Binary | 10010111 | 10001101 | 11100101 | 100010 | 100110 | 0 | 1010 | 11110111 | 111111 | 1001001 |
Color Harmonies of #978DE5
Complementary color
Monochromatic Colors of #978DE5
Black with #978DE5
Text Example
Text Example
White with #978DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DE5; }
p { color: rgb(151,141,229); }
H1.HeaderClassName
{
color: #978DE5;
}
.AnyTagClassName
{
color: #978DE5;
}
</style>
background-color css
<style>
a { background-color: #978DE5; }
a { background-color: rgb(151,141,229); }
div.DivClassName
{
background-color: #978DE5;
}
.BgClassName
{
background-color: #978DE5;
}
</style>
border-color css
<style>
span { border-color: #978DE5; }
span { border-color: rgb(151,141,229); }
td.TdClassName
{
border-color: #978DE5;
}
.TagClassName
{
border-color: #978DE5;
}
</style>