Shades of Blue Bell #978CD5
Tints of Blue Bell #978CD5
RGB
CMYK
RGB Variations
Color information
#978CD5 (or 0x978CD5) is known color: Blue Bell. HEX triplet: 97, 8C and D5. RGB value is (151,140,213). Sum of RGB (Red+Green+Blue) = 151+140+213=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #978CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CD5 is #68732A. Grayscale: #979797. Windows color (decimal): -6845227 or 13995159. OLE color: 13995159.
HSL color Cylindrical-coordinate representation of color #978CD5: hue angle of 249.04º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978CD5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 140 | 213 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.16 |
| HSL | 249.04º | 0.46% | 0.69% | - |
| HSV(B) | 249.04º | 0.34% | 0.84% | - |
| XYZ | 34.15 | 30.14 | 66.97 | - |
| YUV | 151.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 213 | 0.29 | 0.34 | 0 | 0.16 | 249.04 | 0.46 | 0.69 |
| Hex | 97 | 8C | D5 | 1D | 22 | 0 | 10 | F9 | 2E | 45 |
| Octal | 227 | 214 | 325 | 35 | 42 | 0 | 20 | 371 | 56 | 105 |
| Binary | 10010111 | 10001100 | 11010101 | 11101 | 100010 | 0 | 10000 | 11111001 | 101110 | 1000101 |
Color Harmonies of #978CD5
Complementary color
Monochromatic Colors of #978CD5
Black with #978CD5
Text Example
Text Example
White with #978CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CD5; }
p { color: rgb(151,140,213); }
H1.HeaderClassName
{
color: #978CD5;
}
.AnyTagClassName
{
color: #978CD5;
}
</style>
background-color css
<style>
a { background-color: #978CD5; }
a { background-color: rgb(151,140,213); }
div.DivClassName
{
background-color: #978CD5;
}
.BgClassName
{
background-color: #978CD5;
}
</style>
border-color css
<style>
span { border-color: #978CD5; }
span { border-color: rgb(151,140,213); }
td.TdClassName
{
border-color: #978CD5;
}
.TagClassName
{
border-color: #978CD5;
}
</style>