Shades of Blue Bell #978FDB
Tints of Blue Bell #978FDB
RGB
CMYK
RGB Variations
Color information
#978FDB (or 0x978FDB) is known color: Blue Bell. HEX triplet: 97, 8F and DB. RGB value is (151,143,219). Sum of RGB (Red+Green+Blue) = 151+143+219=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #978FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDB is #687024. Grayscale: #999999. Windows color (decimal): -6844453 or 14389143. OLE color: 14389143.
HSL color Cylindrical-coordinate representation of color #978FDB: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978FDB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 143 | 219 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.14 |
| HSL | 246.32º | 0.51% | 0.71% | - |
| HSV(B) | 246.32º | 0.35% | 0.86% | - |
| XYZ | 35.37 | 31.34 | 71.2 | - |
| YUV | 154.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 219 | 0.31 | 0.35 | 0 | 0.14 | 246.32 | 0.51 | 0.71 |
| Hex | 97 | 8F | DB | 1F | 23 | 0 | E | F6 | 33 | 47 |
| Octal | 227 | 217 | 333 | 37 | 43 | 0 | 16 | 366 | 63 | 107 |
| Binary | 10010111 | 10001111 | 11011011 | 11111 | 100011 | 0 | 1110 | 11110110 | 110011 | 1000111 |
Color Harmonies of #978FDB
Complementary color
Monochromatic Colors of #978FDB
Black with #978FDB
Text Example
Text Example
White with #978FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FDB; }
p { color: rgb(151,143,219); }
H1.HeaderClassName
{
color: #978FDB;
}
.AnyTagClassName
{
color: #978FDB;
}
</style>
background-color css
<style>
a { background-color: #978FDB; }
a { background-color: rgb(151,143,219); }
div.DivClassName
{
background-color: #978FDB;
}
.BgClassName
{
background-color: #978FDB;
}
</style>
border-color css
<style>
span { border-color: #978FDB; }
span { border-color: rgb(151,143,219); }
td.TdClassName
{
border-color: #978FDB;
}
.TagClassName
{
border-color: #978FDB;
}
</style>