Shades of Blue Bell #978FDE
Tints of Blue Bell #978FDE
RGB
CMYK
RGB Variations
Color information
#978FDE (or 0x978FDE) is known color: Blue Bell. HEX triplet: 97, 8F and DE. RGB value is (151,143,222). Sum of RGB (Red+Green+Blue) = 151+143+222=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #978FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDE is #687021. Grayscale: #9A9A9A. Windows color (decimal): -6844450 or 14585751. OLE color: 14585751.
HSL color Cylindrical-coordinate representation of color #978FDE: hue angle of 246.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978FDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 143 | 222 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.13 |
| HSL | 246.08º | 0.54% | 0.72% | - |
| HSV(B) | 246.08º | 0.36% | 0.87% | - |
| XYZ | 35.77 | 31.5 | 73.3 | - |
| YUV | 154.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 222 | 0.32 | 0.36 | 0 | 0.13 | 246.08 | 0.54 | 0.72 |
| Hex | 97 | 8F | DE | 20 | 24 | 0 | D | F6 | 36 | 48 |
| Octal | 227 | 217 | 336 | 40 | 44 | 0 | 15 | 366 | 66 | 110 |
| Binary | 10010111 | 10001111 | 11011110 | 100000 | 100100 | 0 | 1101 | 11110110 | 110110 | 1001000 |
Color Harmonies of #978FDE
Complementary color
Monochromatic Colors of #978FDE
Black with #978FDE
Text Example
Text Example
White with #978FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FDE; }
p { color: rgb(151,143,222); }
H1.HeaderClassName
{
color: #978FDE;
}
.AnyTagClassName
{
color: #978FDE;
}
</style>
background-color css
<style>
a { background-color: #978FDE; }
a { background-color: rgb(151,143,222); }
div.DivClassName
{
background-color: #978FDE;
}
.BgClassName
{
background-color: #978FDE;
}
</style>
border-color css
<style>
span { border-color: #978FDE; }
span { border-color: rgb(151,143,222); }
td.TdClassName
{
border-color: #978FDE;
}
.TagClassName
{
border-color: #978FDE;
}
</style>