Shades of Blue Bell #978CEB
Tints of Blue Bell #978CEB
RGB
CMYK
RGB Variations
Color information
#978CEB (or 0x978CEB) is known color: Blue Bell. HEX triplet: 97, 8C and EB. RGB value is (151,140,235). Sum of RGB (Red+Green+Blue) = 151+140+235=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #978CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CEB is #687314. Grayscale: #999999. Windows color (decimal): -6845205 or 15436951. OLE color: 15436951.
HSL color Cylindrical-coordinate representation of color #978CEB: hue angle of 246.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978CEB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 140 | 235 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.08 |
| HSL | 246.95º | 0.7% | 0.74% | - |
| HSV(B) | 246.95º | 0.4% | 0.92% | - |
| XYZ | 37.14 | 31.33 | 82.69 | - |
| YUV | 154.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 235 | 0.36 | 0.40 | 0 | 0.08 | 246.95 | 0.7 | 0.74 |
| Hex | 97 | 8C | EB | 24 | 28 | 0 | 8 | F7 | 46 | 4A |
| Octal | 227 | 214 | 353 | 44 | 50 | 0 | 10 | 367 | 106 | 112 |
| Binary | 10010111 | 10001100 | 11101011 | 100100 | 101000 | 0 | 1000 | 11110111 | 1000110 | 1001010 |
Color Harmonies of #978CEB
Complementary color
Monochromatic Colors of #978CEB
Black with #978CEB
Text Example
Text Example
White with #978CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CEB; }
p { color: rgb(151,140,235); }
H1.HeaderClassName
{
color: #978CEB;
}
.AnyTagClassName
{
color: #978CEB;
}
</style>
background-color css
<style>
a { background-color: #978CEB; }
a { background-color: rgb(151,140,235); }
div.DivClassName
{
background-color: #978CEB;
}
.BgClassName
{
background-color: #978CEB;
}
</style>
border-color css
<style>
span { border-color: #978CEB; }
span { border-color: rgb(151,140,235); }
td.TdClassName
{
border-color: #978CEB;
}
.TagClassName
{
border-color: #978CEB;
}
</style>