Shades of Wild Blue Yonder #7290BA
Tints of Wild Blue Yonder #7290BA
RGB
CMYK
RGB Variations
Color information
#7290BA (or 0x7290BA) is known color: Wild Blue Yonder. HEX triplet: 72, 90 and BA. RGB value is (114,144,186). Sum of RGB (Red+Green+Blue) = 114+144+186=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 144 (56.64% from 255 or 32.43% 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 #7290BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290BA is #8D6F45. Grayscale: #8B8B8B. Windows color (decimal): -9269062 or 12226674. OLE color: 12226674.
HSL color Cylindrical-coordinate representation of color #7290BA: hue angle of 215º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7290BA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 144 | 186 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.27 |
| HSL | 215º | 0.34% | 0.59% | - |
| HSV(B) | 215º | 0.39% | 0.73% | - |
| XYZ | 25.78 | 27.07 | 50.32 | - |
| YUV | 139.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 186 | 0.39 | 0.23 | 0 | 0.27 | 215 | 0.34 | 0.59 |
| Hex | 72 | 90 | BA | 27 | 17 | 0 | 1B | D7 | 22 | 3B |
| Octal | 162 | 220 | 272 | 47 | 27 | 0 | 33 | 327 | 42 | 73 |
| Binary | 1110010 | 10010000 | 10111010 | 100111 | 10111 | 0 | 11011 | 11010111 | 100010 | 111011 |
Color Harmonies of #7290BA
Complementary color
Monochromatic Colors of #7290BA
Black with #7290BA
Text Example
Text Example
White with #7290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7290BA; }
p { color: rgb(114,144,186); }
H1.HeaderClassName
{
color: #7290BA;
}
.AnyTagClassName
{
color: #7290BA;
}
</style>
background-color css
<style>
a { background-color: #7290BA; }
a { background-color: rgb(114,144,186); }
div.DivClassName
{
background-color: #7290BA;
}
.BgClassName
{
background-color: #7290BA;
}
</style>
border-color css
<style>
span { border-color: #7290BA; }
span { border-color: rgb(114,144,186); }
td.TdClassName
{
border-color: #7290BA;
}
.TagClassName
{
border-color: #7290BA;
}
</style>