Shades of Blue Bell #978AD4
Tints of Blue Bell #978AD4
RGB
CMYK
RGB Variations
Color information
#978AD4 (or 0x978AD4) is known color: Blue Bell. HEX triplet: 97, 8A and D4. RGB value is (151,138,212). Sum of RGB (Red+Green+Blue) = 151+138+212=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #978AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD4 is #68752B. Grayscale: #969696. Windows color (decimal): -6845740 or 13929111. OLE color: 13929111.
HSL color Cylindrical-coordinate representation of color #978AD4: hue angle of 250.54º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978AD4 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 138 | 212 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.17 |
| HSL | 250.54º | 0.46% | 0.69% | - |
| HSV(B) | 250.54º | 0.35% | 0.83% | - |
| XYZ | 33.73 | 29.51 | 66.21 | - |
| YUV | 150.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 212 | 0.29 | 0.35 | 0 | 0.17 | 250.54 | 0.46 | 0.69 |
| Hex | 97 | 8A | D4 | 1D | 23 | 0 | 11 | FB | 2E | 45 |
| Octal | 227 | 212 | 324 | 35 | 43 | 0 | 21 | 373 | 56 | 105 |
| Binary | 10010111 | 10001010 | 11010100 | 11101 | 100011 | 0 | 10001 | 11111011 | 101110 | 1000101 |
Color Harmonies of #978AD4
Complementary color
Monochromatic Colors of #978AD4
Black with #978AD4
Text Example
Text Example
White with #978AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AD4; }
p { color: rgb(151,138,212); }
H1.HeaderClassName
{
color: #978AD4;
}
.AnyTagClassName
{
color: #978AD4;
}
</style>
background-color css
<style>
a { background-color: #978AD4; }
a { background-color: rgb(151,138,212); }
div.DivClassName
{
background-color: #978AD4;
}
.BgClassName
{
background-color: #978AD4;
}
</style>
border-color css
<style>
span { border-color: #978AD4; }
span { border-color: rgb(151,138,212); }
td.TdClassName
{
border-color: #978AD4;
}
.TagClassName
{
border-color: #978AD4;
}
</style>