Shades of Blue Bell #979CCC
Tints of Blue Bell #979CCC
RGB
CMYK
RGB Variations
Color information
#979CCC (or 0x979CCC) is known color: Blue Bell. HEX triplet: 97, 9C and CC. RGB value is (151,156,204). Sum of RGB (Red+Green+Blue) = 151+156+204=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #979CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CCC is #686333. Grayscale: #9F9F9F. Windows color (decimal): -6841140 or 13409431. OLE color: 13409431.
HSL color Cylindrical-coordinate representation of color #979CCC: hue angle of 234.34º 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 #979CCC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 156 | 204 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.2 |
| HSL | 234.34º | 0.34% | 0.7% | - |
| HSV(B) | 234.34º | 0.26% | 0.8% | - |
| XYZ | 35.55 | 34.72 | 61.95 | - |
| YUV | 159.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 204 | 0.26 | 0.24 | 0 | 0.2 | 234.34 | 0.34 | 0.7 |
| Hex | 97 | 9C | CC | 1A | 18 | 0 | 14 | EA | 22 | 46 |
| Octal | 227 | 234 | 314 | 32 | 30 | 0 | 24 | 352 | 42 | 106 |
| Binary | 10010111 | 10011100 | 11001100 | 11010 | 11000 | 0 | 10100 | 11101010 | 100010 | 1000110 |
Color Harmonies of #979CCC
Complementary color
Monochromatic Colors of #979CCC
Black with #979CCC
Text Example
Text Example
White with #979CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CCC; }
p { color: rgb(151,156,204); }
H1.HeaderClassName
{
color: #979CCC;
}
.AnyTagClassName
{
color: #979CCC;
}
</style>
background-color css
<style>
a { background-color: #979CCC; }
a { background-color: rgb(151,156,204); }
div.DivClassName
{
background-color: #979CCC;
}
.BgClassName
{
background-color: #979CCC;
}
</style>
border-color css
<style>
span { border-color: #979CCC; }
span { border-color: rgb(151,156,204); }
td.TdClassName
{
border-color: #979CCC;
}
.TagClassName
{
border-color: #979CCC;
}
</style>