Shades of Blue Bell #978AD0
Tints of Blue Bell #978AD0
RGB
CMYK
RGB Variations
Color information
#978AD0 (or 0x978AD0) is known color: Blue Bell. HEX triplet: 97, 8A and D0. RGB value is (151,138,208). Sum of RGB (Red+Green+Blue) = 151+138+208=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #978AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD0 is #68752F. Grayscale: #959595. Windows color (decimal): -6845744 or 13666967. OLE color: 13666967.
HSL color Cylindrical-coordinate representation of color #978AD0: hue angle of 251.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978AD0 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 138 | 208 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.18 |
| HSL | 251.14º | 0.43% | 0.68% | - |
| HSV(B) | 251.14º | 0.34% | 0.82% | - |
| XYZ | 33.24 | 29.31 | 63.58 | - |
| YUV | 149.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 208 | 0.27 | 0.34 | 0 | 0.18 | 251.14 | 0.43 | 0.68 |
| Hex | 97 | 8A | D0 | 1B | 22 | 0 | 12 | FB | 2B | 44 |
| Octal | 227 | 212 | 320 | 33 | 42 | 0 | 22 | 373 | 53 | 104 |
| Binary | 10010111 | 10001010 | 11010000 | 11011 | 100010 | 0 | 10010 | 11111011 | 101011 | 1000100 |
Color Harmonies of #978AD0
Complementary color
Monochromatic Colors of #978AD0
Black with #978AD0
Text Example
Text Example
White with #978AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AD0; }
p { color: rgb(151,138,208); }
H1.HeaderClassName
{
color: #978AD0;
}
.AnyTagClassName
{
color: #978AD0;
}
</style>
background-color css
<style>
a { background-color: #978AD0; }
a { background-color: rgb(151,138,208); }
div.DivClassName
{
background-color: #978AD0;
}
.BgClassName
{
background-color: #978AD0;
}
</style>
border-color css
<style>
span { border-color: #978AD0; }
span { border-color: rgb(151,138,208); }
td.TdClassName
{
border-color: #978AD0;
}
.TagClassName
{
border-color: #978AD0;
}
</style>