Shades of Blue Bell #979FCD
Tints of Blue Bell #979FCD
RGB
CMYK
RGB Variations
Color information
#979FCD (or 0x979FCD) is known color: Blue Bell. HEX triplet: 97, 9F and CD. RGB value is (151,159,205). Sum of RGB (Red+Green+Blue) = 151+159+205=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #979FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FCD is #686032. Grayscale: #A1A1A1. Windows color (decimal): -6840371 or 13475735. OLE color: 13475735.
HSL color Cylindrical-coordinate representation of color #979FCD: hue angle of 231.11º degrees, saturation: 0.35, 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 #979FCD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 159 | 205 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.20 |
| HSL | 231.11º | 0.35% | 0.7% | - |
| HSV(B) | 231.11º | 0.26% | 0.8% | - |
| XYZ | 36.18 | 35.78 | 62.76 | - |
| YUV | 161.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 205 | 0.26 | 0.22 | 0 | 0.20 | 231.11 | 0.35 | 0.7 |
| Hex | 97 | 9F | CD | 1A | 16 | 0 | 14 | E7 | 23 | 46 |
| Octal | 227 | 237 | 315 | 32 | 26 | 0 | 24 | 347 | 43 | 106 |
| Binary | 10010111 | 10011111 | 11001101 | 11010 | 10110 | 0 | 10100 | 11100111 | 100011 | 1000110 |
Color Harmonies of #979FCD
Complementary color
Monochromatic Colors of #979FCD
Black with #979FCD
Text Example
Text Example
White with #979FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FCD; }
p { color: rgb(151,159,205); }
H1.HeaderClassName
{
color: #979FCD;
}
.AnyTagClassName
{
color: #979FCD;
}
</style>
background-color css
<style>
a { background-color: #979FCD; }
a { background-color: rgb(151,159,205); }
div.DivClassName
{
background-color: #979FCD;
}
.BgClassName
{
background-color: #979FCD;
}
</style>
border-color css
<style>
span { border-color: #979FCD; }
span { border-color: rgb(151,159,205); }
td.TdClassName
{
border-color: #979FCD;
}
.TagClassName
{
border-color: #979FCD;
}
</style>