Shades of Blue Bell #978DDB
Tints of Blue Bell #978DDB
RGB
CMYK
RGB Variations
Color information
#978DDB (or 0x978DDB) is known color: Blue Bell. HEX triplet: 97, 8D and DB. RGB value is (151,141,219). Sum of RGB (Red+Green+Blue) = 151+141+219=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #978DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DDB is #687224. Grayscale: #989898. Windows color (decimal): -6844965 or 14388631. OLE color: 14388631.
HSL color Cylindrical-coordinate representation of color #978DDB: hue angle of 247.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978DDB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 141 | 219 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.14 |
| HSL | 247.69º | 0.52% | 0.71% | - |
| HSV(B) | 247.69º | 0.36% | 0.86% | - |
| XYZ | 35.07 | 30.74 | 71.1 | - |
| YUV | 152.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 219 | 0.31 | 0.36 | 0 | 0.14 | 247.69 | 0.52 | 0.71 |
| Hex | 97 | 8D | DB | 1F | 24 | 0 | E | F8 | 34 | 47 |
| Octal | 227 | 215 | 333 | 37 | 44 | 0 | 16 | 370 | 64 | 107 |
| Binary | 10010111 | 10001101 | 11011011 | 11111 | 100100 | 0 | 1110 | 11111000 | 110100 | 1000111 |
Color Harmonies of #978DDB
Complementary color
Monochromatic Colors of #978DDB
Black with #978DDB
Text Example
Text Example
White with #978DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DDB; }
p { color: rgb(151,141,219); }
H1.HeaderClassName
{
color: #978DDB;
}
.AnyTagClassName
{
color: #978DDB;
}
</style>
background-color css
<style>
a { background-color: #978DDB; }
a { background-color: rgb(151,141,219); }
div.DivClassName
{
background-color: #978DDB;
}
.BgClassName
{
background-color: #978DDB;
}
</style>
border-color css
<style>
span { border-color: #978DDB; }
span { border-color: rgb(151,141,219); }
td.TdClassName
{
border-color: #978DDB;
}
.TagClassName
{
border-color: #978DDB;
}
</style>