Shades of Blue Bell #979EC1
Tints of Blue Bell #979EC1
RGB
CMYK
RGB Variations
Color information
#979EC1 (or 0x979EC1) is known color: Blue Bell. HEX triplet: 97, 9E and C1. RGB value is (151,158,193). Sum of RGB (Red+Green+Blue) = 151+158+193=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #979EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EC1 is #68613E. Grayscale: #9F9F9F. Windows color (decimal): -6840639 or 12689047. OLE color: 12689047.
HSL color Cylindrical-coordinate representation of color #979EC1: hue angle of 230º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #979EC1 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 158 | 193 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.24 |
| HSL | 230º | 0.25% | 0.67% | - |
| HSV(B) | 230º | 0.22% | 0.76% | - |
| XYZ | 34.62 | 34.88 | 55.36 | - |
| YUV | 159.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 193 | 0.22 | 0.18 | 0 | 0.24 | 230 | 0.25 | 0.67 |
| Hex | 97 | 9E | C1 | 16 | 12 | 0 | 18 | E6 | 19 | 43 |
| Octal | 227 | 236 | 301 | 26 | 22 | 0 | 30 | 346 | 31 | 103 |
| Binary | 10010111 | 10011110 | 11000001 | 10110 | 10010 | 0 | 11000 | 11100110 | 11001 | 1000011 |
Color Harmonies of #979EC1
Complementary color
Monochromatic Colors of #979EC1
Black with #979EC1
Text Example
Text Example
White with #979EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EC1; }
p { color: rgb(151,158,193); }
H1.HeaderClassName
{
color: #979EC1;
}
.AnyTagClassName
{
color: #979EC1;
}
</style>
background-color css
<style>
a { background-color: #979EC1; }
a { background-color: rgb(151,158,193); }
div.DivClassName
{
background-color: #979EC1;
}
.BgClassName
{
background-color: #979EC1;
}
</style>
border-color css
<style>
span { border-color: #979EC1; }
span { border-color: rgb(151,158,193); }
td.TdClassName
{
border-color: #979EC1;
}
.TagClassName
{
border-color: #979EC1;
}
</style>