Shades of Blue Bell #979BD1
Tints of Blue Bell #979BD1
RGB
CMYK
RGB Variations
Color information
#979BD1 (or 0x979BD1) is known color: Blue Bell. HEX triplet: 97, 9B and D1. RGB value is (151,155,209). Sum of RGB (Red+Green+Blue) = 151+155+209=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #979BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BD1 is #68642E. Grayscale: #9F9F9F. Windows color (decimal): -6841391 or 13736855. OLE color: 13736855.
HSL color Cylindrical-coordinate representation of color #979BD1: hue angle of 235.86º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #979BD1 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 155 | 209 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.18 |
| HSL | 235.86º | 0.39% | 0.71% | - |
| HSV(B) | 235.86º | 0.28% | 0.82% | - |
| XYZ | 35.99 | 34.63 | 65.11 | - |
| YUV | 159.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 209 | 0.28 | 0.26 | 0 | 0.18 | 235.86 | 0.39 | 0.71 |
| Hex | 97 | 9B | D1 | 1C | 1A | 0 | 12 | EC | 27 | 47 |
| Octal | 227 | 233 | 321 | 34 | 32 | 0 | 22 | 354 | 47 | 107 |
| Binary | 10010111 | 10011011 | 11010001 | 11100 | 11010 | 0 | 10010 | 11101100 | 100111 | 1000111 |
Color Harmonies of #979BD1
Complementary color
Monochromatic Colors of #979BD1
Black with #979BD1
Text Example
Text Example
White with #979BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BD1; }
p { color: rgb(151,155,209); }
H1.HeaderClassName
{
color: #979BD1;
}
.AnyTagClassName
{
color: #979BD1;
}
</style>
background-color css
<style>
a { background-color: #979BD1; }
a { background-color: rgb(151,155,209); }
div.DivClassName
{
background-color: #979BD1;
}
.BgClassName
{
background-color: #979BD1;
}
</style>
border-color css
<style>
span { border-color: #979BD1; }
span { border-color: rgb(151,155,209); }
td.TdClassName
{
border-color: #979BD1;
}
.TagClassName
{
border-color: #979BD1;
}
</style>