Shades of Blue Bell #979FCE
Tints of Blue Bell #979FCE
RGB
CMYK
RGB Variations
Color information
#979FCE (or 0x979FCE) is known color: Blue Bell. HEX triplet: 97, 9F and CE. RGB value is (151,159,206). Sum of RGB (Red+Green+Blue) = 151+159+206=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #979FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FCE is #686031. Grayscale: #A1A1A1. Windows color (decimal): -6840370 or 13541271. OLE color: 13541271.
HSL color Cylindrical-coordinate representation of color #979FCE: hue angle of 231.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979FCE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 159 | 206 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.19 |
| HSL | 231.27º | 0.36% | 0.7% | - |
| HSV(B) | 231.27º | 0.27% | 0.81% | - |
| XYZ | 36.3 | 35.83 | 63.4 | - |
| YUV | 161.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 206 | 0.27 | 0.23 | 0 | 0.19 | 231.27 | 0.36 | 0.7 |
| Hex | 97 | 9F | CE | 1B | 17 | 0 | 13 | E7 | 24 | 46 |
| Octal | 227 | 237 | 316 | 33 | 27 | 0 | 23 | 347 | 44 | 106 |
| Binary | 10010111 | 10011111 | 11001110 | 11011 | 10111 | 0 | 10011 | 11100111 | 100100 | 1000110 |
Color Harmonies of #979FCE
Complementary color
Monochromatic Colors of #979FCE
Black with #979FCE
Text Example
Text Example
White with #979FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FCE; }
p { color: rgb(151,159,206); }
H1.HeaderClassName
{
color: #979FCE;
}
.AnyTagClassName
{
color: #979FCE;
}
</style>
background-color css
<style>
a { background-color: #979FCE; }
a { background-color: rgb(151,159,206); }
div.DivClassName
{
background-color: #979FCE;
}
.BgClassName
{
background-color: #979FCE;
}
</style>
border-color css
<style>
span { border-color: #979FCE; }
span { border-color: rgb(151,159,206); }
td.TdClassName
{
border-color: #979FCE;
}
.TagClassName
{
border-color: #979FCE;
}
</style>