Shades of Blue Bell #978FC3
Tints of Blue Bell #978FC3
RGB
CMYK
RGB Variations
Color information
#978FC3 (or 0x978FC3) is known color: Blue Bell. HEX triplet: 97, 8F and C3. RGB value is (151,143,195). Sum of RGB (Red+Green+Blue) = 151+143+195=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #978FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FC3 is #68703C. Grayscale: #979797. Windows color (decimal): -6844477 or 12816279. OLE color: 12816279.
HSL color Cylindrical-coordinate representation of color #978FC3: hue angle of 249.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #978FC3 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 143 | 195 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.24 |
| HSL | 249.23º | 0.3% | 0.66% | - |
| HSV(B) | 249.23º | 0.27% | 0.76% | - |
| XYZ | 32.44 | 30.16 | 55.74 | - |
| YUV | 151.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 195 | 0.23 | 0.27 | 0 | 0.24 | 249.23 | 0.3 | 0.66 |
| Hex | 97 | 8F | C3 | 17 | 1B | 0 | 18 | F9 | 1E | 42 |
| Octal | 227 | 217 | 303 | 27 | 33 | 0 | 30 | 371 | 36 | 102 |
| Binary | 10010111 | 10001111 | 11000011 | 10111 | 11011 | 0 | 11000 | 11111001 | 11110 | 1000010 |
Color Harmonies of #978FC3
Complementary color
Monochromatic Colors of #978FC3
Black with #978FC3
Text Example
Text Example
White with #978FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FC3; }
p { color: rgb(151,143,195); }
H1.HeaderClassName
{
color: #978FC3;
}
.AnyTagClassName
{
color: #978FC3;
}
</style>
background-color css
<style>
a { background-color: #978FC3; }
a { background-color: rgb(151,143,195); }
div.DivClassName
{
background-color: #978FC3;
}
.BgClassName
{
background-color: #978FC3;
}
</style>
border-color css
<style>
span { border-color: #978FC3; }
span { border-color: rgb(151,143,195); }
td.TdClassName
{
border-color: #978FC3;
}
.TagClassName
{
border-color: #978FC3;
}
</style>