Shades of Blue Bell #978BDB
Tints of Blue Bell #978BDB
RGB
CMYK
RGB Variations
Color information
#978BDB (or 0x978BDB) is known color: Blue Bell. HEX triplet: 97, 8B and DB. RGB value is (151,139,219). Sum of RGB (Red+Green+Blue) = 151+139+219=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #978BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BDB is #687424. Grayscale: #979797. Windows color (decimal): -6845477 or 14388119. OLE color: 14388119.
HSL color Cylindrical-coordinate representation of color #978BDB: hue angle of 249º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978BDB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 139 | 219 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.14 |
| HSL | 249º | 0.53% | 0.7% | - |
| HSV(B) | 249º | 0.37% | 0.86% | - |
| XYZ | 34.78 | 30.16 | 71.01 | - |
| YUV | 151.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 219 | 0.31 | 0.37 | 0 | 0.14 | 249 | 0.53 | 0.7 |
| Hex | 97 | 8B | DB | 1F | 25 | 0 | E | F9 | 35 | 46 |
| Octal | 227 | 213 | 333 | 37 | 45 | 0 | 16 | 371 | 65 | 106 |
| Binary | 10010111 | 10001011 | 11011011 | 11111 | 100101 | 0 | 1110 | 11111001 | 110101 | 1000110 |
Color Harmonies of #978BDB
Complementary color
Monochromatic Colors of #978BDB
Black with #978BDB
Text Example
Text Example
White with #978BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BDB; }
p { color: rgb(151,139,219); }
H1.HeaderClassName
{
color: #978BDB;
}
.AnyTagClassName
{
color: #978BDB;
}
</style>
background-color css
<style>
a { background-color: #978BDB; }
a { background-color: rgb(151,139,219); }
div.DivClassName
{
background-color: #978BDB;
}
.BgClassName
{
background-color: #978BDB;
}
</style>
border-color css
<style>
span { border-color: #978BDB; }
span { border-color: rgb(151,139,219); }
td.TdClassName
{
border-color: #978BDB;
}
.TagClassName
{
border-color: #978BDB;
}
</style>