Shades of Blue Bell #979BBE
Tints of Blue Bell #979BBE
RGB
CMYK
RGB Variations
Color information
#979BBE (or 0x979BBE) is known color: Blue Bell. HEX triplet: 97, 9B and BE. RGB value is (151,155,190). Sum of RGB (Red+Green+Blue) = 151+155+190=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #979BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BBE is #686441. Grayscale: #9D9D9D. Windows color (decimal): -6841410 or 12491671. OLE color: 12491671.
HSL color Cylindrical-coordinate representation of color #979BBE: hue angle of 233.85º degrees, saturation: 0.23, 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 #979BBE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 155 | 190 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.25 |
| HSL | 233.85º | 0.23% | 0.67% | - |
| HSV(B) | 233.85º | 0.21% | 0.75% | - |
| XYZ | 33.78 | 33.74 | 53.45 | - |
| YUV | 157.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 190 | 0.21 | 0.18 | 0 | 0.25 | 233.85 | 0.23 | 0.67 |
| Hex | 97 | 9B | BE | 15 | 12 | 0 | 19 | EA | 17 | 43 |
| Octal | 227 | 233 | 276 | 25 | 22 | 0 | 31 | 352 | 27 | 103 |
| Binary | 10010111 | 10011011 | 10111110 | 10101 | 10010 | 0 | 11001 | 11101010 | 10111 | 1000011 |
Color Harmonies of #979BBE
Complementary color
Monochromatic Colors of #979BBE
Black with #979BBE
Text Example
Text Example
White with #979BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BBE; }
p { color: rgb(151,155,190); }
H1.HeaderClassName
{
color: #979BBE;
}
.AnyTagClassName
{
color: #979BBE;
}
</style>
background-color css
<style>
a { background-color: #979BBE; }
a { background-color: rgb(151,155,190); }
div.DivClassName
{
background-color: #979BBE;
}
.BgClassName
{
background-color: #979BBE;
}
</style>
border-color css
<style>
span { border-color: #979BBE; }
span { border-color: rgb(151,155,190); }
td.TdClassName
{
border-color: #979BBE;
}
.TagClassName
{
border-color: #979BBE;
}
</style>