Shades of Blue Bell #979CBF
Tints of Blue Bell #979CBF
RGB
CMYK
RGB Variations
Color information
#979CBF (or 0x979CBF) is known color: Blue Bell. HEX triplet: 97, 9C and BF. RGB value is (151,156,191). Sum of RGB (Red+Green+Blue) = 151+156+191=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #979CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CBF is #686340. Grayscale: #9E9E9E. Windows color (decimal): -6841153 or 12557463. OLE color: 12557463.
HSL color Cylindrical-coordinate representation of color #979CBF: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979CBF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 156 | 191 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.25 |
| HSL | 232.5º | 0.24% | 0.67% | - |
| HSV(B) | 232.5º | 0.21% | 0.75% | - |
| XYZ | 34.05 | 34.12 | 54.08 | - |
| YUV | 158.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 191 | 0.21 | 0.18 | 0 | 0.25 | 232.5 | 0.24 | 0.67 |
| Hex | 97 | 9C | BF | 15 | 12 | 0 | 19 | E8 | 18 | 43 |
| Octal | 227 | 234 | 277 | 25 | 22 | 0 | 31 | 350 | 30 | 103 |
| Binary | 10010111 | 10011100 | 10111111 | 10101 | 10010 | 0 | 11001 | 11101000 | 11000 | 1000011 |
Color Harmonies of #979CBF
Complementary color
Monochromatic Colors of #979CBF
Black with #979CBF
Text Example
Text Example
White with #979CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CBF; }
p { color: rgb(151,156,191); }
H1.HeaderClassName
{
color: #979CBF;
}
.AnyTagClassName
{
color: #979CBF;
}
</style>
background-color css
<style>
a { background-color: #979CBF; }
a { background-color: rgb(151,156,191); }
div.DivClassName
{
background-color: #979CBF;
}
.BgClassName
{
background-color: #979CBF;
}
</style>
border-color css
<style>
span { border-color: #979CBF; }
span { border-color: rgb(151,156,191); }
td.TdClassName
{
border-color: #979CBF;
}
.TagClassName
{
border-color: #979CBF;
}
</style>