Shades of Blue Bell #978ADA
Tints of Blue Bell #978ADA
RGB
CMYK
RGB Variations
Color information
#978ADA (or 0x978ADA) is known color: Blue Bell. HEX triplet: 97, 8A and DA. RGB value is (151,138,218). Sum of RGB (Red+Green+Blue) = 151+138+218=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #978ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADA is #687525. Grayscale: #969696. Windows color (decimal): -6845734 or 14322327. OLE color: 14322327.
HSL color Cylindrical-coordinate representation of color #978ADA: hue angle of 249.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978ADA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 138 | 218 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.15 |
| HSL | 249.75º | 0.52% | 0.7% | - |
| HSV(B) | 249.75º | 0.37% | 0.85% | - |
| XYZ | 34.51 | 29.82 | 70.27 | - |
| YUV | 151.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 218 | 0.31 | 0.37 | 0 | 0.15 | 249.75 | 0.52 | 0.7 |
| Hex | 97 | 8A | DA | 1F | 25 | 0 | F | FA | 34 | 46 |
| Octal | 227 | 212 | 332 | 37 | 45 | 0 | 17 | 372 | 64 | 106 |
| Binary | 10010111 | 10001010 | 11011010 | 11111 | 100101 | 0 | 1111 | 11111010 | 110100 | 1000110 |
Color Harmonies of #978ADA
Complementary color
Monochromatic Colors of #978ADA
Black with #978ADA
Text Example
Text Example
White with #978ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ADA; }
p { color: rgb(151,138,218); }
H1.HeaderClassName
{
color: #978ADA;
}
.AnyTagClassName
{
color: #978ADA;
}
</style>
background-color css
<style>
a { background-color: #978ADA; }
a { background-color: rgb(151,138,218); }
div.DivClassName
{
background-color: #978ADA;
}
.BgClassName
{
background-color: #978ADA;
}
</style>
border-color css
<style>
span { border-color: #978ADA; }
span { border-color: rgb(151,138,218); }
td.TdClassName
{
border-color: #978ADA;
}
.TagClassName
{
border-color: #978ADA;
}
</style>