Shades of Blue Bell #978CDA
Tints of Blue Bell #978CDA
RGB
CMYK
RGB Variations
Color information
#978CDA (or 0x978CDA) is known color: Blue Bell. HEX triplet: 97, 8C and DA. RGB value is (151,140,218). Sum of RGB (Red+Green+Blue) = 151+140+218=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #978CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CDA is #687325. Grayscale: #979797. Windows color (decimal): -6845222 or 14322839. OLE color: 14322839.
HSL color Cylindrical-coordinate representation of color #978CDA: hue angle of 248.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978CDA is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 140 | 218 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.15 |
| HSL | 248.46º | 0.51% | 0.7% | - |
| HSV(B) | 248.46º | 0.36% | 0.85% | - |
| XYZ | 34.8 | 30.4 | 70.36 | - |
| YUV | 152.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 218 | 0.31 | 0.36 | 0 | 0.15 | 248.46 | 0.51 | 0.7 |
| Hex | 97 | 8C | DA | 1F | 24 | 0 | F | F8 | 33 | 46 |
| Octal | 227 | 214 | 332 | 37 | 44 | 0 | 17 | 370 | 63 | 106 |
| Binary | 10010111 | 10001100 | 11011010 | 11111 | 100100 | 0 | 1111 | 11111000 | 110011 | 1000110 |
Color Harmonies of #978CDA
Complementary color
Monochromatic Colors of #978CDA
Black with #978CDA
Text Example
Text Example
White with #978CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CDA; }
p { color: rgb(151,140,218); }
H1.HeaderClassName
{
color: #978CDA;
}
.AnyTagClassName
{
color: #978CDA;
}
</style>
background-color css
<style>
a { background-color: #978CDA; }
a { background-color: rgb(151,140,218); }
div.DivClassName
{
background-color: #978CDA;
}
.BgClassName
{
background-color: #978CDA;
}
</style>
border-color css
<style>
span { border-color: #978CDA; }
span { border-color: rgb(151,140,218); }
td.TdClassName
{
border-color: #978CDA;
}
.TagClassName
{
border-color: #978CDA;
}
</style>