Shades of Blue Bell #979ACE
Tints of Blue Bell #979ACE
RGB
CMYK
RGB Variations
Color information
#979ACE (or 0x979ACE) is known color: Blue Bell. HEX triplet: 97, 9A and CE. RGB value is (151,154,206). Sum of RGB (Red+Green+Blue) = 151+154+206=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #979ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ACE is #686531. Grayscale: #9E9E9E. Windows color (decimal): -6841650 or 13539991. OLE color: 13539991.
HSL color Cylindrical-coordinate representation of color #979ACE: hue angle of 236.73º 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 #979ACE is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 154 | 206 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.19 |
| HSL | 236.73º | 0.36% | 0.7% | - |
| HSV(B) | 236.73º | 0.27% | 0.81% | - |
| XYZ | 35.46 | 34.15 | 63.11 | - |
| YUV | 159.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 206 | 0.27 | 0.25 | 0 | 0.19 | 236.73 | 0.36 | 0.7 |
| Hex | 97 | 9A | CE | 1B | 19 | 0 | 13 | ED | 24 | 46 |
| Octal | 227 | 232 | 316 | 33 | 31 | 0 | 23 | 355 | 44 | 106 |
| Binary | 10010111 | 10011010 | 11001110 | 11011 | 11001 | 0 | 10011 | 11101101 | 100100 | 1000110 |
Color Harmonies of #979ACE
Complementary color
Monochromatic Colors of #979ACE
Black with #979ACE
Text Example
Text Example
White with #979ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979ACE; }
p { color: rgb(151,154,206); }
H1.HeaderClassName
{
color: #979ACE;
}
.AnyTagClassName
{
color: #979ACE;
}
</style>
background-color css
<style>
a { background-color: #979ACE; }
a { background-color: rgb(151,154,206); }
div.DivClassName
{
background-color: #979ACE;
}
.BgClassName
{
background-color: #979ACE;
}
</style>
border-color css
<style>
span { border-color: #979ACE; }
span { border-color: rgb(151,154,206); }
td.TdClassName
{
border-color: #979ACE;
}
.TagClassName
{
border-color: #979ACE;
}
</style>