Shades of Blue Bell #978CDB
Tints of Blue Bell #978CDB
RGB
CMYK
RGB Variations
Color information
#978CDB (or 0x978CDB) is known color: Blue Bell. HEX triplet: 97, 8C and DB. RGB value is (151,140,219). Sum of RGB (Red+Green+Blue) = 151+140+219=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #978CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CDB is #687324. Grayscale: #979797. Windows color (decimal): -6845221 or 14388375. OLE color: 14388375.
HSL color Cylindrical-coordinate representation of color #978CDB: hue angle of 248.35º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978CDB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 140 | 219 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.14 |
| HSL | 248.35º | 0.52% | 0.7% | - |
| HSV(B) | 248.35º | 0.36% | 0.86% | - |
| XYZ | 34.93 | 30.45 | 71.05 | - |
| YUV | 152.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 219 | 0.31 | 0.36 | 0 | 0.14 | 248.35 | 0.52 | 0.7 |
| Hex | 97 | 8C | DB | 1F | 24 | 0 | E | F8 | 34 | 46 |
| Octal | 227 | 214 | 333 | 37 | 44 | 0 | 16 | 370 | 64 | 106 |
| Binary | 10010111 | 10001100 | 11011011 | 11111 | 100100 | 0 | 1110 | 11111000 | 110100 | 1000110 |
Color Harmonies of #978CDB
Complementary color
Monochromatic Colors of #978CDB
Black with #978CDB
Text Example
Text Example
White with #978CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CDB; }
p { color: rgb(151,140,219); }
H1.HeaderClassName
{
color: #978CDB;
}
.AnyTagClassName
{
color: #978CDB;
}
</style>
background-color css
<style>
a { background-color: #978CDB; }
a { background-color: rgb(151,140,219); }
div.DivClassName
{
background-color: #978CDB;
}
.BgClassName
{
background-color: #978CDB;
}
</style>
border-color css
<style>
span { border-color: #978CDB; }
span { border-color: rgb(151,140,219); }
td.TdClassName
{
border-color: #978CDB;
}
.TagClassName
{
border-color: #978CDB;
}
</style>