Shades of Wild Blue Yonder #7290BE
Tints of Wild Blue Yonder #7290BE
RGB
CMYK
RGB Variations
Color information
#7290BE (or 0x7290BE) is known color: Wild Blue Yonder. HEX triplet: 72, 90 and BE. RGB value is (114,144,190). Sum of RGB (Red+Green+Blue) = 114+144+190=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #7290BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290BE is #8D6F41. Grayscale: #8C8C8C. Windows color (decimal): -9269058 or 12488818. OLE color: 12488818.
HSL color Cylindrical-coordinate representation of color #7290BE: hue angle of 216.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7290BE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 144 | 190 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.25 |
| HSL | 216.32º | 0.37% | 0.6% | - |
| HSV(B) | 216.32º | 0.4% | 0.75% | - |
| XYZ | 26.21 | 27.24 | 52.59 | - |
| YUV | 140.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 190 | 0.40 | 0.24 | 0 | 0.25 | 216.32 | 0.37 | 0.6 |
| Hex | 72 | 90 | BE | 28 | 18 | 0 | 19 | D8 | 25 | 3C |
| Octal | 162 | 220 | 276 | 50 | 30 | 0 | 31 | 330 | 45 | 74 |
| Binary | 1110010 | 10010000 | 10111110 | 101000 | 11000 | 0 | 11001 | 11011000 | 100101 | 111100 |
Color Harmonies of #7290BE
Complementary color
Monochromatic Colors of #7290BE
Black with #7290BE
Text Example
Text Example
White with #7290BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7290BE; }
p { color: rgb(114,144,190); }
H1.HeaderClassName
{
color: #7290BE;
}
.AnyTagClassName
{
color: #7290BE;
}
</style>
background-color css
<style>
a { background-color: #7290BE; }
a { background-color: rgb(114,144,190); }
div.DivClassName
{
background-color: #7290BE;
}
.BgClassName
{
background-color: #7290BE;
}
</style>
border-color css
<style>
span { border-color: #7290BE; }
span { border-color: rgb(114,144,190); }
td.TdClassName
{
border-color: #7290BE;
}
.TagClassName
{
border-color: #7290BE;
}
</style>