Shades of Blue Bell #979BCC
Tints of Blue Bell #979BCC
RGB
CMYK
RGB Variations
Color information
#979BCC (or 0x979BCC) is known color: Blue Bell. HEX triplet: 97, 9B and CC. RGB value is (151,155,204). Sum of RGB (Red+Green+Blue) = 151+155+204=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #979BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BCC is #686433. Grayscale: #9F9F9F. Windows color (decimal): -6841396 or 13409175. OLE color: 13409175.
HSL color Cylindrical-coordinate representation of color #979BCC: hue angle of 235.47º 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 #979BCC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 155 | 204 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.2 |
| HSL | 235.47º | 0.34% | 0.7% | - |
| HSV(B) | 235.47º | 0.26% | 0.8% | - |
| XYZ | 35.38 | 34.38 | 61.9 | - |
| YUV | 159.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 204 | 0.26 | 0.24 | 0 | 0.2 | 235.47 | 0.34 | 0.7 |
| Hex | 97 | 9B | CC | 1A | 18 | 0 | 14 | EB | 22 | 46 |
| Octal | 227 | 233 | 314 | 32 | 30 | 0 | 24 | 353 | 42 | 106 |
| Binary | 10010111 | 10011011 | 11001100 | 11010 | 11000 | 0 | 10100 | 11101011 | 100010 | 1000110 |
Color Harmonies of #979BCC
Complementary color
Monochromatic Colors of #979BCC
Black with #979BCC
Text Example
Text Example
White with #979BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BCC; }
p { color: rgb(151,155,204); }
H1.HeaderClassName
{
color: #979BCC;
}
.AnyTagClassName
{
color: #979BCC;
}
</style>
background-color css
<style>
a { background-color: #979BCC; }
a { background-color: rgb(151,155,204); }
div.DivClassName
{
background-color: #979BCC;
}
.BgClassName
{
background-color: #979BCC;
}
</style>
border-color css
<style>
span { border-color: #979BCC; }
span { border-color: rgb(151,155,204); }
td.TdClassName
{
border-color: #979BCC;
}
.TagClassName
{
border-color: #979BCC;
}
</style>