Shades of Blue Bell #979DC2
Tints of Blue Bell #979DC2
RGB
CMYK
RGB Variations
Color information
#979DC2 (or 0x979DC2) is known color: Blue Bell. HEX triplet: 97, 9D and C2. RGB value is (151,157,194). Sum of RGB (Red+Green+Blue) = 151+157+194=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #979DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DC2 is #68623D. Grayscale: #9F9F9F. Windows color (decimal): -6840894 or 12754327. OLE color: 12754327.
HSL color Cylindrical-coordinate representation of color #979DC2: hue angle of 231.63º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #979DC2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 157 | 194 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.24 |
| HSL | 231.63º | 0.26% | 0.68% | - |
| HSV(B) | 231.63º | 0.22% | 0.76% | - |
| XYZ | 34.56 | 34.59 | 55.89 | - |
| YUV | 159.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 194 | 0.22 | 0.19 | 0 | 0.24 | 231.63 | 0.26 | 0.68 |
| Hex | 97 | 9D | C2 | 16 | 13 | 0 | 18 | E8 | 1A | 44 |
| Octal | 227 | 235 | 302 | 26 | 23 | 0 | 30 | 350 | 32 | 104 |
| Binary | 10010111 | 10011101 | 11000010 | 10110 | 10011 | 0 | 11000 | 11101000 | 11010 | 1000100 |
Color Harmonies of #979DC2
Complementary color
Monochromatic Colors of #979DC2
Black with #979DC2
Text Example
Text Example
White with #979DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DC2; }
p { color: rgb(151,157,194); }
H1.HeaderClassName
{
color: #979DC2;
}
.AnyTagClassName
{
color: #979DC2;
}
</style>
background-color css
<style>
a { background-color: #979DC2; }
a { background-color: rgb(151,157,194); }
div.DivClassName
{
background-color: #979DC2;
}
.BgClassName
{
background-color: #979DC2;
}
</style>
border-color css
<style>
span { border-color: #979DC2; }
span { border-color: rgb(151,157,194); }
td.TdClassName
{
border-color: #979DC2;
}
.TagClassName
{
border-color: #979DC2;
}
</style>