Shades of Blue Bell #978ADD
Tints of Blue Bell #978ADD
RGB
CMYK
RGB Variations
Color information
#978ADD (or 0x978ADD) is known color: Blue Bell. HEX triplet: 97, 8A and DD. RGB value is (151,138,221). Sum of RGB (Red+Green+Blue) = 151+138+221=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #978ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADD is #687522. Grayscale: #979797. Windows color (decimal): -6845731 or 14518935. OLE color: 14518935.
HSL color Cylindrical-coordinate representation of color #978ADD: hue angle of 249.4º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #978ADD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 138 | 221 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.13 |
| HSL | 249.4º | 0.55% | 0.7% | - |
| HSV(B) | 249.4º | 0.38% | 0.87% | - |
| XYZ | 34.9 | 29.98 | 72.35 | - |
| YUV | 151.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 221 | 0.32 | 0.38 | 0 | 0.13 | 249.4 | 0.55 | 0.7 |
| Hex | 97 | 8A | DD | 20 | 26 | 0 | D | F9 | 37 | 46 |
| Octal | 227 | 212 | 335 | 40 | 46 | 0 | 15 | 371 | 67 | 106 |
| Binary | 10010111 | 10001010 | 11011101 | 100000 | 100110 | 0 | 1101 | 11111001 | 110111 | 1000110 |
Color Harmonies of #978ADD
Complementary color
Monochromatic Colors of #978ADD
Black with #978ADD
Text Example
Text Example
White with #978ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ADD; }
p { color: rgb(151,138,221); }
H1.HeaderClassName
{
color: #978ADD;
}
.AnyTagClassName
{
color: #978ADD;
}
</style>
background-color css
<style>
a { background-color: #978ADD; }
a { background-color: rgb(151,138,221); }
div.DivClassName
{
background-color: #978ADD;
}
.BgClassName
{
background-color: #978ADD;
}
</style>
border-color css
<style>
span { border-color: #978ADD; }
span { border-color: rgb(151,138,221); }
td.TdClassName
{
border-color: #978ADD;
}
.TagClassName
{
border-color: #978ADD;
}
</style>