Shades of Blue Bell #978FD6
Tints of Blue Bell #978FD6
RGB
CMYK
RGB Variations
Color information
#978FD6 (or 0x978FD6) is known color: Blue Bell. HEX triplet: 97, 8F and D6. RGB value is (151,143,214). Sum of RGB (Red+Green+Blue) = 151+143+214=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #978FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FD6 is #687029. Grayscale: #999999. Windows color (decimal): -6844458 or 14061463. OLE color: 14061463.
HSL color Cylindrical-coordinate representation of color #978FD6: hue angle of 246.76º degrees, saturation: 0.46, 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 #978FD6 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 143 | 214 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.16 |
| HSL | 246.76º | 0.46% | 0.7% | - |
| HSV(B) | 246.76º | 0.33% | 0.84% | - |
| XYZ | 34.72 | 31.08 | 67.79 | - |
| YUV | 153.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 214 | 0.29 | 0.33 | 0 | 0.16 | 246.76 | 0.46 | 0.7 |
| Hex | 97 | 8F | D6 | 1D | 21 | 0 | 10 | F7 | 2E | 46 |
| Octal | 227 | 217 | 326 | 35 | 41 | 0 | 20 | 367 | 56 | 106 |
| Binary | 10010111 | 10001111 | 11010110 | 11101 | 100001 | 0 | 10000 | 11110111 | 101110 | 1000110 |
Color Harmonies of #978FD6
Complementary color
Monochromatic Colors of #978FD6
Black with #978FD6
Text Example
Text Example
White with #978FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FD6; }
p { color: rgb(151,143,214); }
H1.HeaderClassName
{
color: #978FD6;
}
.AnyTagClassName
{
color: #978FD6;
}
</style>
background-color css
<style>
a { background-color: #978FD6; }
a { background-color: rgb(151,143,214); }
div.DivClassName
{
background-color: #978FD6;
}
.BgClassName
{
background-color: #978FD6;
}
</style>
border-color css
<style>
span { border-color: #978FD6; }
span { border-color: rgb(151,143,214); }
td.TdClassName
{
border-color: #978FD6;
}
.TagClassName
{
border-color: #978FD6;
}
</style>