Shades of Blue Bell #978BCD
Tints of Blue Bell #978BCD
RGB
CMYK
RGB Variations
Color information
#978BCD (or 0x978BCD) is known color: Blue Bell. HEX triplet: 97, 8B and CD. RGB value is (151,139,205). Sum of RGB (Red+Green+Blue) = 151+139+205=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #978BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BCD is #687432. Grayscale: #959595. Windows color (decimal): -6845491 or 13470615. OLE color: 13470615.
HSL color Cylindrical-coordinate representation of color #978BCD: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978BCD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 139 | 205 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.20 |
| HSL | 250.91º | 0.4% | 0.67% | - |
| HSV(B) | 250.91º | 0.32% | 0.8% | - |
| XYZ | 33.01 | 29.45 | 61.7 | - |
| YUV | 150.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 205 | 0.26 | 0.32 | 0 | 0.20 | 250.91 | 0.4 | 0.67 |
| Hex | 97 | 8B | CD | 1A | 20 | 0 | 14 | FB | 28 | 43 |
| Octal | 227 | 213 | 315 | 32 | 40 | 0 | 24 | 373 | 50 | 103 |
| Binary | 10010111 | 10001011 | 11001101 | 11010 | 100000 | 0 | 10100 | 11111011 | 101000 | 1000011 |
Color Harmonies of #978BCD
Complementary color
Monochromatic Colors of #978BCD
Black with #978BCD
Text Example
Text Example
White with #978BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BCD; }
p { color: rgb(151,139,205); }
H1.HeaderClassName
{
color: #978BCD;
}
.AnyTagClassName
{
color: #978BCD;
}
</style>
background-color css
<style>
a { background-color: #978BCD; }
a { background-color: rgb(151,139,205); }
div.DivClassName
{
background-color: #978BCD;
}
.BgClassName
{
background-color: #978BCD;
}
</style>
border-color css
<style>
span { border-color: #978BCD; }
span { border-color: rgb(151,139,205); }
td.TdClassName
{
border-color: #978BCD;
}
.TagClassName
{
border-color: #978BCD;
}
</style>