Shades of Blue Bell #978ECE
Tints of Blue Bell #978ECE
RGB
CMYK
RGB Variations
Color information
#978ECE (or 0x978ECE) is known color: Blue Bell. HEX triplet: 97, 8E and CE. RGB value is (151,142,206). Sum of RGB (Red+Green+Blue) = 151+142+206=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #978ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ECE is #687131. Grayscale: #979797. Windows color (decimal): -6844722 or 13536919. OLE color: 13536919.
HSL color Cylindrical-coordinate representation of color #978ECE: hue angle of 248.44º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978ECE is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 142 | 206 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.19 |
| HSL | 248.44º | 0.4% | 0.68% | - |
| HSV(B) | 248.44º | 0.31% | 0.81% | - |
| XYZ | 33.58 | 30.38 | 62.49 | - |
| YUV | 151.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 206 | 0.27 | 0.31 | 0 | 0.19 | 248.44 | 0.4 | 0.68 |
| Hex | 97 | 8E | CE | 1B | 1F | 0 | 13 | F8 | 28 | 44 |
| Octal | 227 | 216 | 316 | 33 | 37 | 0 | 23 | 370 | 50 | 104 |
| Binary | 10010111 | 10001110 | 11001110 | 11011 | 11111 | 0 | 10011 | 11111000 | 101000 | 1000100 |
Color Harmonies of #978ECE
Complementary color
Monochromatic Colors of #978ECE
Black with #978ECE
Text Example
Text Example
White with #978ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ECE; }
p { color: rgb(151,142,206); }
H1.HeaderClassName
{
color: #978ECE;
}
.AnyTagClassName
{
color: #978ECE;
}
</style>
background-color css
<style>
a { background-color: #978ECE; }
a { background-color: rgb(151,142,206); }
div.DivClassName
{
background-color: #978ECE;
}
.BgClassName
{
background-color: #978ECE;
}
</style>
border-color css
<style>
span { border-color: #978ECE; }
span { border-color: rgb(151,142,206); }
td.TdClassName
{
border-color: #978ECE;
}
.TagClassName
{
border-color: #978ECE;
}
</style>