Shades of Blue Bell #978DCF
Tints of Blue Bell #978DCF
RGB
CMYK
RGB Variations
Color information
#978DCF (or 0x978DCF) is known color: Blue Bell. HEX triplet: 97, 8D and CF. RGB value is (151,141,207). Sum of RGB (Red+Green+Blue) = 151+141+207=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #978DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DCF is #687230. Grayscale: #979797. Windows color (decimal): -6844977 or 13602199. OLE color: 13602199.
HSL color Cylindrical-coordinate representation of color #978DCF: hue angle of 249.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978DCF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 141 | 207 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.19 |
| HSL | 249.09º | 0.41% | 0.68% | - |
| HSV(B) | 249.09º | 0.32% | 0.81% | - |
| XYZ | 33.55 | 30.13 | 63.08 | - |
| YUV | 151.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 207 | 0.27 | 0.32 | 0 | 0.19 | 249.09 | 0.41 | 0.68 |
| Hex | 97 | 8D | CF | 1B | 20 | 0 | 13 | F9 | 29 | 44 |
| Octal | 227 | 215 | 317 | 33 | 40 | 0 | 23 | 371 | 51 | 104 |
| Binary | 10010111 | 10001101 | 11001111 | 11011 | 100000 | 0 | 10011 | 11111001 | 101001 | 1000100 |
Color Harmonies of #978DCF
Complementary color
Monochromatic Colors of #978DCF
Black with #978DCF
Text Example
Text Example
White with #978DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DCF; }
p { color: rgb(151,141,207); }
H1.HeaderClassName
{
color: #978DCF;
}
.AnyTagClassName
{
color: #978DCF;
}
</style>
background-color css
<style>
a { background-color: #978DCF; }
a { background-color: rgb(151,141,207); }
div.DivClassName
{
background-color: #978DCF;
}
.BgClassName
{
background-color: #978DCF;
}
</style>
border-color css
<style>
span { border-color: #978DCF; }
span { border-color: rgb(151,141,207); }
td.TdClassName
{
border-color: #978DCF;
}
.TagClassName
{
border-color: #978DCF;
}
</style>