Shades of Blue Bell #978DDC
Tints of Blue Bell #978DDC
RGB
CMYK
RGB Variations
Color information
#978DDC (or 0x978DDC) is known color: Blue Bell. HEX triplet: 97, 8D and DC. RGB value is (151,141,220). Sum of RGB (Red+Green+Blue) = 151+141+220=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #978DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DDC is #687223. Grayscale: #989898. Windows color (decimal): -6844964 or 14454167. OLE color: 14454167.
HSL color Cylindrical-coordinate representation of color #978DDC: hue angle of 247.59º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978DDC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 141 | 220 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.14 |
| HSL | 247.59º | 0.53% | 0.71% | - |
| HSV(B) | 247.59º | 0.36% | 0.86% | - |
| XYZ | 35.21 | 30.8 | 71.8 | - |
| YUV | 153 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 220 | 0.31 | 0.36 | 0 | 0.14 | 247.59 | 0.53 | 0.71 |
| Hex | 97 | 8D | DC | 1F | 24 | 0 | E | F8 | 35 | 47 |
| Octal | 227 | 215 | 334 | 37 | 44 | 0 | 16 | 370 | 65 | 107 |
| Binary | 10010111 | 10001101 | 11011100 | 11111 | 100100 | 0 | 1110 | 11111000 | 110101 | 1000111 |
Color Harmonies of #978DDC
Complementary color
Monochromatic Colors of #978DDC
Black with #978DDC
Text Example
Text Example
White with #978DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DDC; }
p { color: rgb(151,141,220); }
H1.HeaderClassName
{
color: #978DDC;
}
.AnyTagClassName
{
color: #978DDC;
}
</style>
background-color css
<style>
a { background-color: #978DDC; }
a { background-color: rgb(151,141,220); }
div.DivClassName
{
background-color: #978DDC;
}
.BgClassName
{
background-color: #978DDC;
}
</style>
border-color css
<style>
span { border-color: #978DDC; }
span { border-color: rgb(151,141,220); }
td.TdClassName
{
border-color: #978DDC;
}
.TagClassName
{
border-color: #978DDC;
}
</style>