Shades of Blue Bell #978BCF
Tints of Blue Bell #978BCF
RGB
CMYK
RGB Variations
Color information
#978BCF (or 0x978BCF) is known color: Blue Bell. HEX triplet: 97, 8B and CF. RGB value is (151,139,207). Sum of RGB (Red+Green+Blue) = 151+139+207=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #978BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BCF is #687430. Grayscale: #969696. Windows color (decimal): -6845489 or 13601687. OLE color: 13601687.
HSL color Cylindrical-coordinate representation of color #978BCF: hue angle of 250.59º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978BCF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 139 | 207 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.19 |
| HSL | 250.59º | 0.41% | 0.68% | - |
| HSV(B) | 250.59º | 0.33% | 0.81% | - |
| XYZ | 33.26 | 29.55 | 62.98 | - |
| YUV | 150.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 207 | 0.27 | 0.33 | 0 | 0.19 | 250.59 | 0.41 | 0.68 |
| Hex | 97 | 8B | CF | 1B | 21 | 0 | 13 | FB | 29 | 44 |
| Octal | 227 | 213 | 317 | 33 | 41 | 0 | 23 | 373 | 51 | 104 |
| Binary | 10010111 | 10001011 | 11001111 | 11011 | 100001 | 0 | 10011 | 11111011 | 101001 | 1000100 |
Color Harmonies of #978BCF
Complementary color
Monochromatic Colors of #978BCF
Black with #978BCF
Text Example
Text Example
White with #978BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BCF; }
p { color: rgb(151,139,207); }
H1.HeaderClassName
{
color: #978BCF;
}
.AnyTagClassName
{
color: #978BCF;
}
</style>
background-color css
<style>
a { background-color: #978BCF; }
a { background-color: rgb(151,139,207); }
div.DivClassName
{
background-color: #978BCF;
}
.BgClassName
{
background-color: #978BCF;
}
</style>
border-color css
<style>
span { border-color: #978BCF; }
span { border-color: rgb(151,139,207); }
td.TdClassName
{
border-color: #978BCF;
}
.TagClassName
{
border-color: #978BCF;
}
</style>