Shades of Blue Bell #978FD7
Tints of Blue Bell #978FD7
RGB
CMYK
RGB Variations
Color information
#978FD7 (or 0x978FD7) is known color: Blue Bell. HEX triplet: 97, 8F and D7. RGB value is (151,143,215). Sum of RGB (Red+Green+Blue) = 151+143+215=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #978FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FD7 is #687028. Grayscale: #999999. Windows color (decimal): -6844457 or 14126999. OLE color: 14126999.
HSL color Cylindrical-coordinate representation of color #978FD7: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978FD7 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 143 | 215 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.16 |
| HSL | 246.67º | 0.47% | 0.7% | - |
| HSV(B) | 246.67º | 0.33% | 0.84% | - |
| XYZ | 34.85 | 31.13 | 68.46 | - |
| YUV | 153.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 215 | 0.30 | 0.33 | 0 | 0.16 | 246.67 | 0.47 | 0.7 |
| Hex | 97 | 8F | D7 | 1E | 21 | 0 | 10 | F7 | 2F | 46 |
| Octal | 227 | 217 | 327 | 36 | 41 | 0 | 20 | 367 | 57 | 106 |
| Binary | 10010111 | 10001111 | 11010111 | 11110 | 100001 | 0 | 10000 | 11110111 | 101111 | 1000110 |
Color Harmonies of #978FD7
Complementary color
Monochromatic Colors of #978FD7
Black with #978FD7
Text Example
Text Example
White with #978FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FD7; }
p { color: rgb(151,143,215); }
H1.HeaderClassName
{
color: #978FD7;
}
.AnyTagClassName
{
color: #978FD7;
}
</style>
background-color css
<style>
a { background-color: #978FD7; }
a { background-color: rgb(151,143,215); }
div.DivClassName
{
background-color: #978FD7;
}
.BgClassName
{
background-color: #978FD7;
}
</style>
border-color css
<style>
span { border-color: #978FD7; }
span { border-color: rgb(151,143,215); }
td.TdClassName
{
border-color: #978FD7;
}
.TagClassName
{
border-color: #978FD7;
}
</style>