Shades of Blue Bell #978DCC
Tints of Blue Bell #978DCC
RGB
CMYK
RGB Variations
Color information
#978DCC (or 0x978DCC) is known color: Blue Bell. HEX triplet: 97, 8D and CC. RGB value is (151,141,204). Sum of RGB (Red+Green+Blue) = 151+141+204=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #978DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DCC is #687233. Grayscale: #969696. Windows color (decimal): -6844980 or 13405591. OLE color: 13405591.
HSL color Cylindrical-coordinate representation of color #978DCC: hue angle of 249.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978DCC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 141 | 204 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.2 |
| HSL | 249.52º | 0.38% | 0.68% | - |
| HSV(B) | 249.52º | 0.31% | 0.8% | - |
| XYZ | 33.19 | 29.99 | 61.17 | - |
| YUV | 151.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 204 | 0.26 | 0.31 | 0 | 0.2 | 249.52 | 0.38 | 0.68 |
| Hex | 97 | 8D | CC | 1A | 1F | 0 | 14 | FA | 26 | 44 |
| Octal | 227 | 215 | 314 | 32 | 37 | 0 | 24 | 372 | 46 | 104 |
| Binary | 10010111 | 10001101 | 11001100 | 11010 | 11111 | 0 | 10100 | 11111010 | 100110 | 1000100 |
Color Harmonies of #978DCC
Complementary color
Monochromatic Colors of #978DCC
Black with #978DCC
Text Example
Text Example
White with #978DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DCC; }
p { color: rgb(151,141,204); }
H1.HeaderClassName
{
color: #978DCC;
}
.AnyTagClassName
{
color: #978DCC;
}
</style>
background-color css
<style>
a { background-color: #978DCC; }
a { background-color: rgb(151,141,204); }
div.DivClassName
{
background-color: #978DCC;
}
.BgClassName
{
background-color: #978DCC;
}
</style>
border-color css
<style>
span { border-color: #978DCC; }
span { border-color: rgb(151,141,204); }
td.TdClassName
{
border-color: #978DCC;
}
.TagClassName
{
border-color: #978DCC;
}
</style>