Shades of Blue Bell #979BD6
Tints of Blue Bell #979BD6
RGB
CMYK
RGB Variations
Color information
#979BD6 (or 0x979BD6) is known color: Blue Bell. HEX triplet: 97, 9B and D6. RGB value is (151,155,214). Sum of RGB (Red+Green+Blue) = 151+155+214=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #979BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BD6 is #686429. Grayscale: #A0A0A0. Windows color (decimal): -6841386 or 14064535. OLE color: 14064535.
HSL color Cylindrical-coordinate representation of color #979BD6: hue angle of 236.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979BD6 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 155 | 214 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.16 |
| HSL | 236.19º | 0.43% | 0.72% | - |
| HSV(B) | 236.19º | 0.29% | 0.84% | - |
| XYZ | 36.62 | 34.88 | 68.42 | - |
| YUV | 160.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 214 | 0.29 | 0.28 | 0 | 0.16 | 236.19 | 0.43 | 0.72 |
| Hex | 97 | 9B | D6 | 1D | 1C | 0 | 10 | EC | 2B | 48 |
| Octal | 227 | 233 | 326 | 35 | 34 | 0 | 20 | 354 | 53 | 110 |
| Binary | 10010111 | 10011011 | 11010110 | 11101 | 11100 | 0 | 10000 | 11101100 | 101011 | 1001000 |
Color Harmonies of #979BD6
Complementary color
Monochromatic Colors of #979BD6
Black with #979BD6
Text Example
Text Example
White with #979BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BD6; }
p { color: rgb(151,155,214); }
H1.HeaderClassName
{
color: #979BD6;
}
.AnyTagClassName
{
color: #979BD6;
}
</style>
background-color css
<style>
a { background-color: #979BD6; }
a { background-color: rgb(151,155,214); }
div.DivClassName
{
background-color: #979BD6;
}
.BgClassName
{
background-color: #979BD6;
}
</style>
border-color css
<style>
span { border-color: #979BD6; }
span { border-color: rgb(151,155,214); }
td.TdClassName
{
border-color: #979BD6;
}
.TagClassName
{
border-color: #979BD6;
}
</style>