Shades of Blue Bell #978FDC
Tints of Blue Bell #978FDC
RGB
CMYK
RGB Variations
Color information
#978FDC (or 0x978FDC) is known color: Blue Bell. HEX triplet: 97, 8F and DC. RGB value is (151,143,220). Sum of RGB (Red+Green+Blue) = 151+143+220=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #978FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDC is #687023. Grayscale: #999999. Windows color (decimal): -6844452 or 14454679. OLE color: 14454679.
HSL color Cylindrical-coordinate representation of color #978FDC: hue angle of 246.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978FDC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 143 | 220 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.14 |
| HSL | 246.23º | 0.52% | 0.71% | - |
| HSV(B) | 246.23º | 0.35% | 0.86% | - |
| XYZ | 35.5 | 31.39 | 71.9 | - |
| YUV | 154.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 220 | 0.31 | 0.35 | 0 | 0.14 | 246.23 | 0.52 | 0.71 |
| Hex | 97 | 8F | DC | 1F | 23 | 0 | E | F6 | 34 | 47 |
| Octal | 227 | 217 | 334 | 37 | 43 | 0 | 16 | 366 | 64 | 107 |
| Binary | 10010111 | 10001111 | 11011100 | 11111 | 100011 | 0 | 1110 | 11110110 | 110100 | 1000111 |
Color Harmonies of #978FDC
Complementary color
Monochromatic Colors of #978FDC
Black with #978FDC
Text Example
Text Example
White with #978FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FDC; }
p { color: rgb(151,143,220); }
H1.HeaderClassName
{
color: #978FDC;
}
.AnyTagClassName
{
color: #978FDC;
}
</style>
background-color css
<style>
a { background-color: #978FDC; }
a { background-color: rgb(151,143,220); }
div.DivClassName
{
background-color: #978FDC;
}
.BgClassName
{
background-color: #978FDC;
}
</style>
border-color css
<style>
span { border-color: #978FDC; }
span { border-color: rgb(151,143,220); }
td.TdClassName
{
border-color: #978FDC;
}
.TagClassName
{
border-color: #978FDC;
}
</style>