Shades of Wild Blue Yonder #7989BA
Tints of Wild Blue Yonder #7989BA
RGB
CMYK
RGB Variations
Color information
#7989BA (or 0x7989BA) is known color: Wild Blue Yonder. HEX triplet: 79, 89 and BA. RGB value is (121,137,186). Sum of RGB (Red+Green+Blue) = 121+137+186=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #7989BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7989BA is #867645. Grayscale: #898989. Windows color (decimal): -8812102 or 12224889. OLE color: 12224889.
HSL color Cylindrical-coordinate representation of color #7989BA: hue angle of 225.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7989BA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 137 | 186 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.27 |
| HSL | 225.23º | 0.32% | 0.6% | - |
| HSV(B) | 225.23º | 0.35% | 0.73% | - |
| XYZ | 25.69 | 25.5 | 50.02 | - |
| YUV | 137.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 186 | 0.35 | 0.26 | 0 | 0.27 | 225.23 | 0.32 | 0.6 |
| Hex | 79 | 89 | BA | 23 | 1A | 0 | 1B | E1 | 20 | 3C |
| Octal | 171 | 211 | 272 | 43 | 32 | 0 | 33 | 341 | 40 | 74 |
| Binary | 1111001 | 10001001 | 10111010 | 100011 | 11010 | 0 | 11011 | 11100001 | 100000 | 111100 |
Color Harmonies of #7989BA
Complementary color
Monochromatic Colors of #7989BA
Black with #7989BA
Text Example
Text Example
White with #7989BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7989BA; }
p { color: rgb(121,137,186); }
H1.HeaderClassName
{
color: #7989BA;
}
.AnyTagClassName
{
color: #7989BA;
}
</style>
background-color css
<style>
a { background-color: #7989BA; }
a { background-color: rgb(121,137,186); }
div.DivClassName
{
background-color: #7989BA;
}
.BgClassName
{
background-color: #7989BA;
}
</style>
border-color css
<style>
span { border-color: #7989BA; }
span { border-color: rgb(121,137,186); }
td.TdClassName
{
border-color: #7989BA;
}
.TagClassName
{
border-color: #7989BA;
}
</style>