Shades of Blue Bell #979ED0
Tints of Blue Bell #979ED0
RGB
CMYK
RGB Variations
Color information
#979ED0 (or 0x979ED0) is known color: Blue Bell. HEX triplet: 97, 9E and D0. RGB value is (151,158,208). Sum of RGB (Red+Green+Blue) = 151+158+208=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #979ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ED0 is #68612F. Grayscale: #A1A1A1. Windows color (decimal): -6840624 or 13672087. OLE color: 13672087.
HSL color Cylindrical-coordinate representation of color #979ED0: hue angle of 232.63º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979ED0 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 158 | 208 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.18 |
| HSL | 232.63º | 0.38% | 0.7% | - |
| HSV(B) | 232.63º | 0.27% | 0.82% | - |
| XYZ | 36.37 | 35.59 | 64.63 | - |
| YUV | 161.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 208 | 0.27 | 0.24 | 0 | 0.18 | 232.63 | 0.38 | 0.7 |
| Hex | 97 | 9E | D0 | 1B | 18 | 0 | 12 | E9 | 26 | 46 |
| Octal | 227 | 236 | 320 | 33 | 30 | 0 | 22 | 351 | 46 | 106 |
| Binary | 10010111 | 10011110 | 11010000 | 11011 | 11000 | 0 | 10010 | 11101001 | 100110 | 1000110 |
Color Harmonies of #979ED0
Complementary color
Monochromatic Colors of #979ED0
Black with #979ED0
Text Example
Text Example
White with #979ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979ED0; }
p { color: rgb(151,158,208); }
H1.HeaderClassName
{
color: #979ED0;
}
.AnyTagClassName
{
color: #979ED0;
}
</style>
background-color css
<style>
a { background-color: #979ED0; }
a { background-color: rgb(151,158,208); }
div.DivClassName
{
background-color: #979ED0;
}
.BgClassName
{
background-color: #979ED0;
}
</style>
border-color css
<style>
span { border-color: #979ED0; }
span { border-color: rgb(151,158,208); }
td.TdClassName
{
border-color: #979ED0;
}
.TagClassName
{
border-color: #979ED0;
}
</style>