Shades of Blue Bell #979ECC
Tints of Blue Bell #979ECC
RGB
CMYK
RGB Variations
Color information
#979ECC (or 0x979ECC) is known color: Blue Bell. HEX triplet: 97, 9E and CC. RGB value is (151,158,204). Sum of RGB (Red+Green+Blue) = 151+158+204=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #979ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ECC is #686133. Grayscale: #A0A0A0. Windows color (decimal): -6840628 or 13409943. OLE color: 13409943.
HSL color Cylindrical-coordinate representation of color #979ECC: hue angle of 232.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979ECC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 158 | 204 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.2 |
| HSL | 232.08º | 0.34% | 0.7% | - |
| HSV(B) | 232.08º | 0.26% | 0.8% | - |
| XYZ | 35.89 | 35.39 | 62.07 | - |
| YUV | 161.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 204 | 0.26 | 0.23 | 0 | 0.2 | 232.08 | 0.34 | 0.7 |
| Hex | 97 | 9E | CC | 1A | 17 | 0 | 14 | E8 | 22 | 46 |
| Octal | 227 | 236 | 314 | 32 | 27 | 0 | 24 | 350 | 42 | 106 |
| Binary | 10010111 | 10011110 | 11001100 | 11010 | 10111 | 0 | 10100 | 11101000 | 100010 | 1000110 |
Color Harmonies of #979ECC
Complementary color
Monochromatic Colors of #979ECC
Black with #979ECC
Text Example
Text Example
White with #979ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979ECC; }
p { color: rgb(151,158,204); }
H1.HeaderClassName
{
color: #979ECC;
}
.AnyTagClassName
{
color: #979ECC;
}
</style>
background-color css
<style>
a { background-color: #979ECC; }
a { background-color: rgb(151,158,204); }
div.DivClassName
{
background-color: #979ECC;
}
.BgClassName
{
background-color: #979ECC;
}
</style>
border-color css
<style>
span { border-color: #979ECC; }
span { border-color: rgb(151,158,204); }
td.TdClassName
{
border-color: #979ECC;
}
.TagClassName
{
border-color: #979ECC;
}
</style>