Shades of Blue Bell #979BD7
Tints of Blue Bell #979BD7
RGB
CMYK
RGB Variations
Color information
#979BD7 (or 0x979BD7) is known color: Blue Bell. HEX triplet: 97, 9B and D7. RGB value is (151,155,215). Sum of RGB (Red+Green+Blue) = 151+155+215=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #979BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BD7 is #686428. Grayscale: #A0A0A0. Windows color (decimal): -6841385 or 14130071. OLE color: 14130071.
HSL color Cylindrical-coordinate representation of color #979BD7: hue angle of 236.25º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #979BD7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 155 | 215 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.16 |
| HSL | 236.25º | 0.44% | 0.72% | - |
| HSV(B) | 236.25º | 0.3% | 0.84% | - |
| XYZ | 36.75 | 34.93 | 69.09 | - |
| YUV | 160.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 215 | 0.30 | 0.28 | 0 | 0.16 | 236.25 | 0.44 | 0.72 |
| Hex | 97 | 9B | D7 | 1E | 1C | 0 | 10 | EC | 2C | 48 |
| Octal | 227 | 233 | 327 | 36 | 34 | 0 | 20 | 354 | 54 | 110 |
| Binary | 10010111 | 10011011 | 11010111 | 11110 | 11100 | 0 | 10000 | 11101100 | 101100 | 1001000 |
Color Harmonies of #979BD7
Complementary color
Monochromatic Colors of #979BD7
Black with #979BD7
Text Example
Text Example
White with #979BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BD7; }
p { color: rgb(151,155,215); }
H1.HeaderClassName
{
color: #979BD7;
}
.AnyTagClassName
{
color: #979BD7;
}
</style>
background-color css
<style>
a { background-color: #979BD7; }
a { background-color: rgb(151,155,215); }
div.DivClassName
{
background-color: #979BD7;
}
.BgClassName
{
background-color: #979BD7;
}
</style>
border-color css
<style>
span { border-color: #979BD7; }
span { border-color: rgb(151,155,215); }
td.TdClassName
{
border-color: #979BD7;
}
.TagClassName
{
border-color: #979BD7;
}
</style>