Shades of Blue Bell #978ECD
Tints of Blue Bell #978ECD
RGB
CMYK
RGB Variations
Color information
#978ECD (or 0x978ECD) is known color: Blue Bell. HEX triplet: 97, 8E and CD. RGB value is (151,142,205). Sum of RGB (Red+Green+Blue) = 151+142+205=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #978ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ECD is #687132. Grayscale: #979797. Windows color (decimal): -6844723 or 13471383. OLE color: 13471383.
HSL color Cylindrical-coordinate representation of color #978ECD: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978ECD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 142 | 205 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.20 |
| HSL | 248.57º | 0.39% | 0.68% | - |
| HSV(B) | 248.57º | 0.31% | 0.8% | - |
| XYZ | 33.45 | 30.33 | 61.85 | - |
| YUV | 151.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 205 | 0.26 | 0.31 | 0 | 0.20 | 248.57 | 0.39 | 0.68 |
| Hex | 97 | 8E | CD | 1A | 1F | 0 | 14 | F9 | 27 | 44 |
| Octal | 227 | 216 | 315 | 32 | 37 | 0 | 24 | 371 | 47 | 104 |
| Binary | 10010111 | 10001110 | 11001101 | 11010 | 11111 | 0 | 10100 | 11111001 | 100111 | 1000100 |
Color Harmonies of #978ECD
Complementary color
Monochromatic Colors of #978ECD
Black with #978ECD
Text Example
Text Example
White with #978ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ECD; }
p { color: rgb(151,142,205); }
H1.HeaderClassName
{
color: #978ECD;
}
.AnyTagClassName
{
color: #978ECD;
}
</style>
background-color css
<style>
a { background-color: #978ECD; }
a { background-color: rgb(151,142,205); }
div.DivClassName
{
background-color: #978ECD;
}
.BgClassName
{
background-color: #978ECD;
}
</style>
border-color css
<style>
span { border-color: #978ECD; }
span { border-color: rgb(151,142,205); }
td.TdClassName
{
border-color: #978ECD;
}
.TagClassName
{
border-color: #978ECD;
}
</style>