Shades of Blue Bell #978CCD
Tints of Blue Bell #978CCD
RGB
CMYK
RGB Variations
Color information
#978CCD (or 0x978CCD) is known color: Blue Bell. HEX triplet: 97, 8C and CD. RGB value is (151,140,205). Sum of RGB (Red+Green+Blue) = 151+140+205=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #978CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CCD is #687332. Grayscale: #969696. Windows color (decimal): -6845235 or 13470871. OLE color: 13470871.
HSL color Cylindrical-coordinate representation of color #978CCD: hue angle of 250.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978CCD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 140 | 205 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.20 |
| HSL | 250.15º | 0.39% | 0.68% | - |
| HSV(B) | 250.15º | 0.32% | 0.8% | - |
| XYZ | 33.16 | 29.74 | 61.75 | - |
| YUV | 150.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 205 | 0.26 | 0.32 | 0 | 0.20 | 250.15 | 0.39 | 0.68 |
| Hex | 97 | 8C | CD | 1A | 20 | 0 | 14 | FA | 27 | 44 |
| Octal | 227 | 214 | 315 | 32 | 40 | 0 | 24 | 372 | 47 | 104 |
| Binary | 10010111 | 10001100 | 11001101 | 11010 | 100000 | 0 | 10100 | 11111010 | 100111 | 1000100 |
Color Harmonies of #978CCD
Complementary color
Monochromatic Colors of #978CCD
Black with #978CCD
Text Example
Text Example
White with #978CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CCD; }
p { color: rgb(151,140,205); }
H1.HeaderClassName
{
color: #978CCD;
}
.AnyTagClassName
{
color: #978CCD;
}
</style>
background-color css
<style>
a { background-color: #978CCD; }
a { background-color: rgb(151,140,205); }
div.DivClassName
{
background-color: #978CCD;
}
.BgClassName
{
background-color: #978CCD;
}
</style>
border-color css
<style>
span { border-color: #978CCD; }
span { border-color: rgb(151,140,205); }
td.TdClassName
{
border-color: #978CCD;
}
.TagClassName
{
border-color: #978CCD;
}
</style>