Shades of Blue Bell #978AD2
Tints of Blue Bell #978AD2
RGB
CMYK
RGB Variations
Color information
#978AD2 (or 0x978AD2) is known color: Blue Bell. HEX triplet: 97, 8A and D2. RGB value is (151,138,210). Sum of RGB (Red+Green+Blue) = 151+138+210=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #978AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD2 is #68752D. Grayscale: #959595. Windows color (decimal): -6845742 or 13798039. OLE color: 13798039.
HSL color Cylindrical-coordinate representation of color #978AD2: hue angle of 250.83º degrees, saturation: 0.44, 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 #978AD2 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 138 | 210 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.18 |
| HSL | 250.83º | 0.44% | 0.68% | - |
| HSV(B) | 250.83º | 0.34% | 0.82% | - |
| XYZ | 33.48 | 29.41 | 64.88 | - |
| YUV | 150.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 210 | 0.28 | 0.34 | 0 | 0.18 | 250.83 | 0.44 | 0.68 |
| Hex | 97 | 8A | D2 | 1C | 22 | 0 | 12 | FB | 2C | 44 |
| Octal | 227 | 212 | 322 | 34 | 42 | 0 | 22 | 373 | 54 | 104 |
| Binary | 10010111 | 10001010 | 11010010 | 11100 | 100010 | 0 | 10010 | 11111011 | 101100 | 1000100 |
Color Harmonies of #978AD2
Complementary color
Monochromatic Colors of #978AD2
Black with #978AD2
Text Example
Text Example
White with #978AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AD2; }
p { color: rgb(151,138,210); }
H1.HeaderClassName
{
color: #978AD2;
}
.AnyTagClassName
{
color: #978AD2;
}
</style>
background-color css
<style>
a { background-color: #978AD2; }
a { background-color: rgb(151,138,210); }
div.DivClassName
{
background-color: #978AD2;
}
.BgClassName
{
background-color: #978AD2;
}
</style>
border-color css
<style>
span { border-color: #978AD2; }
span { border-color: rgb(151,138,210); }
td.TdClassName
{
border-color: #978AD2;
}
.TagClassName
{
border-color: #978AD2;
}
</style>