Shades of Blue Bell #978CDC
Tints of Blue Bell #978CDC
RGB
CMYK
RGB Variations
Color information
#978CDC (or 0x978CDC) is known color: Blue Bell. HEX triplet: 97, 8C and DC. RGB value is (151,140,220). Sum of RGB (Red+Green+Blue) = 151+140+220=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #978CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CDC is #687323. Grayscale: #989898. Windows color (decimal): -6845220 or 14453911. OLE color: 14453911.
HSL color Cylindrical-coordinate representation of color #978CDC: hue angle of 248.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978CDC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 140 | 220 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.14 |
| HSL | 248.25º | 0.53% | 0.71% | - |
| HSV(B) | 248.25º | 0.36% | 0.86% | - |
| XYZ | 35.06 | 30.5 | 71.75 | - |
| YUV | 152.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 220 | 0.31 | 0.36 | 0 | 0.14 | 248.25 | 0.53 | 0.71 |
| Hex | 97 | 8C | DC | 1F | 24 | 0 | E | F8 | 35 | 47 |
| Octal | 227 | 214 | 334 | 37 | 44 | 0 | 16 | 370 | 65 | 107 |
| Binary | 10010111 | 10001100 | 11011100 | 11111 | 100100 | 0 | 1110 | 11111000 | 110101 | 1000111 |
Color Harmonies of #978CDC
Complementary color
Monochromatic Colors of #978CDC
Black with #978CDC
Text Example
Text Example
White with #978CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CDC; }
p { color: rgb(151,140,220); }
H1.HeaderClassName
{
color: #978CDC;
}
.AnyTagClassName
{
color: #978CDC;
}
</style>
background-color css
<style>
a { background-color: #978CDC; }
a { background-color: rgb(151,140,220); }
div.DivClassName
{
background-color: #978CDC;
}
.BgClassName
{
background-color: #978CDC;
}
</style>
border-color css
<style>
span { border-color: #978CDC; }
span { border-color: rgb(151,140,220); }
td.TdClassName
{
border-color: #978CDC;
}
.TagClassName
{
border-color: #978CDC;
}
</style>