Shades of Blue Bell #978CCC
Tints of Blue Bell #978CCC
RGB
CMYK
RGB Variations
Color information
#978CCC (or 0x978CCC) is known color: Blue Bell. HEX triplet: 97, 8C and CC. RGB value is (151,140,204). Sum of RGB (Red+Green+Blue) = 151+140+204=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #978CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CCC is #687333. Grayscale: #969696. Windows color (decimal): -6845236 or 13405335. OLE color: 13405335.
HSL color Cylindrical-coordinate representation of color #978CCC: hue angle of 250.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978CCC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 140 | 204 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.2 |
| HSL | 250.31º | 0.39% | 0.67% | - |
| HSV(B) | 250.31º | 0.31% | 0.8% | - |
| XYZ | 33.04 | 29.7 | 61.12 | - |
| YUV | 150.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 204 | 0.26 | 0.31 | 0 | 0.2 | 250.31 | 0.39 | 0.67 |
| Hex | 97 | 8C | CC | 1A | 1F | 0 | 14 | FA | 27 | 43 |
| Octal | 227 | 214 | 314 | 32 | 37 | 0 | 24 | 372 | 47 | 103 |
| Binary | 10010111 | 10001100 | 11001100 | 11010 | 11111 | 0 | 10100 | 11111010 | 100111 | 1000011 |
Color Harmonies of #978CCC
Complementary color
Monochromatic Colors of #978CCC
Black with #978CCC
Text Example
Text Example
White with #978CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CCC; }
p { color: rgb(151,140,204); }
H1.HeaderClassName
{
color: #978CCC;
}
.AnyTagClassName
{
color: #978CCC;
}
</style>
background-color css
<style>
a { background-color: #978CCC; }
a { background-color: rgb(151,140,204); }
div.DivClassName
{
background-color: #978CCC;
}
.BgClassName
{
background-color: #978CCC;
}
</style>
border-color css
<style>
span { border-color: #978CCC; }
span { border-color: rgb(151,140,204); }
td.TdClassName
{
border-color: #978CCC;
}
.TagClassName
{
border-color: #978CCC;
}
</style>