Shades of Blue Bell #978ADC
Tints of Blue Bell #978ADC
RGB
CMYK
RGB Variations
Color information
#978ADC (or 0x978ADC) is known color: Blue Bell. HEX triplet: 97, 8A and DC. RGB value is (151,138,220). Sum of RGB (Red+Green+Blue) = 151+138+220=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #978ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADC is #687523. Grayscale: #969696. Windows color (decimal): -6845732 or 14453399. OLE color: 14453399.
HSL color Cylindrical-coordinate representation of color #978ADC: hue angle of 249.51º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978ADC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 138 | 220 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.14 |
| HSL | 249.51º | 0.54% | 0.7% | - |
| HSV(B) | 249.51º | 0.37% | 0.86% | - |
| XYZ | 34.77 | 29.92 | 71.65 | - |
| YUV | 151.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 220 | 0.31 | 0.37 | 0 | 0.14 | 249.51 | 0.54 | 0.7 |
| Hex | 97 | 8A | DC | 1F | 25 | 0 | E | FA | 36 | 46 |
| Octal | 227 | 212 | 334 | 37 | 45 | 0 | 16 | 372 | 66 | 106 |
| Binary | 10010111 | 10001010 | 11011100 | 11111 | 100101 | 0 | 1110 | 11111010 | 110110 | 1000110 |
Color Harmonies of #978ADC
Complementary color
Monochromatic Colors of #978ADC
Black with #978ADC
Text Example
Text Example
White with #978ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ADC; }
p { color: rgb(151,138,220); }
H1.HeaderClassName
{
color: #978ADC;
}
.AnyTagClassName
{
color: #978ADC;
}
</style>
background-color css
<style>
a { background-color: #978ADC; }
a { background-color: rgb(151,138,220); }
div.DivClassName
{
background-color: #978ADC;
}
.BgClassName
{
background-color: #978ADC;
}
</style>
border-color css
<style>
span { border-color: #978ADC; }
span { border-color: rgb(151,138,220); }
td.TdClassName
{
border-color: #978ADC;
}
.TagClassName
{
border-color: #978ADC;
}
</style>