Shades of Blue Bell #978DD0
Tints of Blue Bell #978DD0
RGB
CMYK
RGB Variations
Color information
#978DD0 (or 0x978DD0) is known color: Blue Bell. HEX triplet: 97, 8D and D0. RGB value is (151,141,208). Sum of RGB (Red+Green+Blue) = 151+141+208=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #978DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DD0 is #68722F. Grayscale: #979797. Windows color (decimal): -6844976 or 13667735. OLE color: 13667735.
HSL color Cylindrical-coordinate representation of color #978DD0: hue angle of 248.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978DD0 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 141 | 208 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.18 |
| HSL | 248.96º | 0.42% | 0.68% | - |
| HSV(B) | 248.96º | 0.32% | 0.82% | - |
| XYZ | 33.67 | 30.18 | 63.73 | - |
| YUV | 151.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 208 | 0.27 | 0.32 | 0 | 0.18 | 248.96 | 0.42 | 0.68 |
| Hex | 97 | 8D | D0 | 1B | 20 | 0 | 12 | F9 | 2A | 44 |
| Octal | 227 | 215 | 320 | 33 | 40 | 0 | 22 | 371 | 52 | 104 |
| Binary | 10010111 | 10001101 | 11010000 | 11011 | 100000 | 0 | 10010 | 11111001 | 101010 | 1000100 |
Color Harmonies of #978DD0
Complementary color
Monochromatic Colors of #978DD0
Black with #978DD0
Text Example
Text Example
White with #978DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DD0; }
p { color: rgb(151,141,208); }
H1.HeaderClassName
{
color: #978DD0;
}
.AnyTagClassName
{
color: #978DD0;
}
</style>
background-color css
<style>
a { background-color: #978DD0; }
a { background-color: rgb(151,141,208); }
div.DivClassName
{
background-color: #978DD0;
}
.BgClassName
{
background-color: #978DD0;
}
</style>
border-color css
<style>
span { border-color: #978DD0; }
span { border-color: rgb(151,141,208); }
td.TdClassName
{
border-color: #978DD0;
}
.TagClassName
{
border-color: #978DD0;
}
</style>