Shades of Blue Bell #979ED5
Tints of Blue Bell #979ED5
RGB
CMYK
RGB Variations
Color information
#979ED5 (or 0x979ED5) is known color: Blue Bell. HEX triplet: 97, 9E and D5. RGB value is (151,158,213). Sum of RGB (Red+Green+Blue) = 151+158+213=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #979ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ED5 is #68612A. Grayscale: #A1A1A1. Windows color (decimal): -6840619 or 13999767. OLE color: 13999767.
HSL color Cylindrical-coordinate representation of color #979ED5: hue angle of 233.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979ED5 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 158 | 213 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.16 |
| HSL | 233.23º | 0.42% | 0.71% | - |
| HSV(B) | 233.23º | 0.29% | 0.84% | - |
| XYZ | 37 | 35.84 | 67.92 | - |
| YUV | 162.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 213 | 0.29 | 0.26 | 0 | 0.16 | 233.23 | 0.42 | 0.71 |
| Hex | 97 | 9E | D5 | 1D | 1A | 0 | 10 | E9 | 2A | 47 |
| Octal | 227 | 236 | 325 | 35 | 32 | 0 | 20 | 351 | 52 | 107 |
| Binary | 10010111 | 10011110 | 11010101 | 11101 | 11010 | 0 | 10000 | 11101001 | 101010 | 1000111 |
Color Harmonies of #979ED5
Complementary color
Monochromatic Colors of #979ED5
Black with #979ED5
Text Example
Text Example
White with #979ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979ED5; }
p { color: rgb(151,158,213); }
H1.HeaderClassName
{
color: #979ED5;
}
.AnyTagClassName
{
color: #979ED5;
}
</style>
background-color css
<style>
a { background-color: #979ED5; }
a { background-color: rgb(151,158,213); }
div.DivClassName
{
background-color: #979ED5;
}
.BgClassName
{
background-color: #979ED5;
}
</style>
border-color css
<style>
span { border-color: #979ED5; }
span { border-color: rgb(151,158,213); }
td.TdClassName
{
border-color: #979ED5;
}
.TagClassName
{
border-color: #979ED5;
}
</style>