Shades of Blue Bell #978DDA
Tints of Blue Bell #978DDA
RGB
CMYK
RGB Variations
Color information
#978DDA (or 0x978DDA) is known color: Blue Bell. HEX triplet: 97, 8D and DA. RGB value is (151,141,218). Sum of RGB (Red+Green+Blue) = 151+141+218=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #978DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DDA is #687225. Grayscale: #989898. Windows color (decimal): -6844966 or 14323095. OLE color: 14323095.
HSL color Cylindrical-coordinate representation of color #978DDA: hue angle of 247.79º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978DDA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 141 | 218 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.15 |
| HSL | 247.79º | 0.51% | 0.7% | - |
| HSV(B) | 247.79º | 0.35% | 0.85% | - |
| XYZ | 34.94 | 30.69 | 70.41 | - |
| YUV | 152.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 218 | 0.31 | 0.35 | 0 | 0.15 | 247.79 | 0.51 | 0.7 |
| Hex | 97 | 8D | DA | 1F | 23 | 0 | F | F8 | 33 | 46 |
| Octal | 227 | 215 | 332 | 37 | 43 | 0 | 17 | 370 | 63 | 106 |
| Binary | 10010111 | 10001101 | 11011010 | 11111 | 100011 | 0 | 1111 | 11111000 | 110011 | 1000110 |
Color Harmonies of #978DDA
Complementary color
Monochromatic Colors of #978DDA
Black with #978DDA
Text Example
Text Example
White with #978DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DDA; }
p { color: rgb(151,141,218); }
H1.HeaderClassName
{
color: #978DDA;
}
.AnyTagClassName
{
color: #978DDA;
}
</style>
background-color css
<style>
a { background-color: #978DDA; }
a { background-color: rgb(151,141,218); }
div.DivClassName
{
background-color: #978DDA;
}
.BgClassName
{
background-color: #978DDA;
}
</style>
border-color css
<style>
span { border-color: #978DDA; }
span { border-color: rgb(151,141,218); }
td.TdClassName
{
border-color: #978DDA;
}
.TagClassName
{
border-color: #978DDA;
}
</style>