Shades of Blue Bell #978DDE
Tints of Blue Bell #978DDE
RGB
CMYK
RGB Variations
Color information
#978DDE (or 0x978DDE) is known color: Blue Bell. HEX triplet: 97, 8D and DE. RGB value is (151,141,222). Sum of RGB (Red+Green+Blue) = 151+141+222=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #978DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DDE is #687221. Grayscale: #989898. Windows color (decimal): -6844962 or 14585239. OLE color: 14585239.
HSL color Cylindrical-coordinate representation of color #978DDE: hue angle of 247.41º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978DDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 141 | 222 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.13 |
| HSL | 247.41º | 0.55% | 0.71% | - |
| HSV(B) | 247.41º | 0.36% | 0.87% | - |
| XYZ | 35.47 | 30.9 | 73.2 | - |
| YUV | 153.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 222 | 0.32 | 0.36 | 0 | 0.13 | 247.41 | 0.55 | 0.71 |
| Hex | 97 | 8D | DE | 20 | 24 | 0 | D | F7 | 37 | 47 |
| Octal | 227 | 215 | 336 | 40 | 44 | 0 | 15 | 367 | 67 | 107 |
| Binary | 10010111 | 10001101 | 11011110 | 100000 | 100100 | 0 | 1101 | 11110111 | 110111 | 1000111 |
Color Harmonies of #978DDE
Complementary color
Monochromatic Colors of #978DDE
Black with #978DDE
Text Example
Text Example
White with #978DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DDE; }
p { color: rgb(151,141,222); }
H1.HeaderClassName
{
color: #978DDE;
}
.AnyTagClassName
{
color: #978DDE;
}
</style>
background-color css
<style>
a { background-color: #978DDE; }
a { background-color: rgb(151,141,222); }
div.DivClassName
{
background-color: #978DDE;
}
.BgClassName
{
background-color: #978DDE;
}
</style>
border-color css
<style>
span { border-color: #978DDE; }
span { border-color: rgb(151,141,222); }
td.TdClassName
{
border-color: #978DDE;
}
.TagClassName
{
border-color: #978DDE;
}
</style>