Shades of Blue Bell #978BDE
Tints of Blue Bell #978BDE
RGB
CMYK
RGB Variations
Color information
#978BDE (or 0x978BDE) is known color: Blue Bell. HEX triplet: 97, 8B and DE. RGB value is (151,139,222). Sum of RGB (Red+Green+Blue) = 151+139+222=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #978BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BDE is #687421. Grayscale: #979797. Windows color (decimal): -6845474 or 14584727. OLE color: 14584727.
HSL color Cylindrical-coordinate representation of color #978BDE: hue angle of 248.67º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978BDE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 139 | 222 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.13 |
| HSL | 248.67º | 0.56% | 0.71% | - |
| HSV(B) | 248.67º | 0.37% | 0.87% | - |
| XYZ | 35.18 | 30.32 | 73.11 | - |
| YUV | 152.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 222 | 0.32 | 0.37 | 0 | 0.13 | 248.67 | 0.56 | 0.71 |
| Hex | 97 | 8B | DE | 20 | 25 | 0 | D | F9 | 38 | 47 |
| Octal | 227 | 213 | 336 | 40 | 45 | 0 | 15 | 371 | 70 | 107 |
| Binary | 10010111 | 10001011 | 11011110 | 100000 | 100101 | 0 | 1101 | 11111001 | 111000 | 1000111 |
Color Harmonies of #978BDE
Complementary color
Monochromatic Colors of #978BDE
Black with #978BDE
Text Example
Text Example
White with #978BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BDE; }
p { color: rgb(151,139,222); }
H1.HeaderClassName
{
color: #978BDE;
}
.AnyTagClassName
{
color: #978BDE;
}
</style>
background-color css
<style>
a { background-color: #978BDE; }
a { background-color: rgb(151,139,222); }
div.DivClassName
{
background-color: #978BDE;
}
.BgClassName
{
background-color: #978BDE;
}
</style>
border-color css
<style>
span { border-color: #978BDE; }
span { border-color: rgb(151,139,222); }
td.TdClassName
{
border-color: #978BDE;
}
.TagClassName
{
border-color: #978BDE;
}
</style>