Shades of Blue Bell #979DCC
Tints of Blue Bell #979DCC
RGB
CMYK
RGB Variations
Color information
#979DCC (or 0x979DCC) is known color: Blue Bell. HEX triplet: 97, 9D and CC. RGB value is (151,157,204). Sum of RGB (Red+Green+Blue) = 151+157+204=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #979DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DCC is #686233. Grayscale: #A0A0A0. Windows color (decimal): -6840884 or 13409687. OLE color: 13409687.
HSL color Cylindrical-coordinate representation of color #979DCC: hue angle of 233.21º 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 #979DCC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 157 | 204 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.2 |
| HSL | 233.21º | 0.34% | 0.7% | - |
| HSV(B) | 233.21º | 0.26% | 0.8% | - |
| XYZ | 35.72 | 35.05 | 62.01 | - |
| YUV | 160.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 204 | 0.26 | 0.23 | 0 | 0.2 | 233.21 | 0.34 | 0.7 |
| Hex | 97 | 9D | CC | 1A | 17 | 0 | 14 | E9 | 22 | 46 |
| Octal | 227 | 235 | 314 | 32 | 27 | 0 | 24 | 351 | 42 | 106 |
| Binary | 10010111 | 10011101 | 11001100 | 11010 | 10111 | 0 | 10100 | 11101001 | 100010 | 1000110 |
Color Harmonies of #979DCC
Complementary color
Monochromatic Colors of #979DCC
Black with #979DCC
Text Example
Text Example
White with #979DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DCC; }
p { color: rgb(151,157,204); }
H1.HeaderClassName
{
color: #979DCC;
}
.AnyTagClassName
{
color: #979DCC;
}
</style>
background-color css
<style>
a { background-color: #979DCC; }
a { background-color: rgb(151,157,204); }
div.DivClassName
{
background-color: #979DCC;
}
.BgClassName
{
background-color: #979DCC;
}
</style>
border-color css
<style>
span { border-color: #979DCC; }
span { border-color: rgb(151,157,204); }
td.TdClassName
{
border-color: #979DCC;
}
.TagClassName
{
border-color: #979DCC;
}
</style>