Shades of Wild Blue Yonder #7590BA
Tints of Wild Blue Yonder #7590BA
RGB
CMYK
RGB Variations
Color information
#7590BA (or 0x7590BA) is known color: Wild Blue Yonder. HEX triplet: 75, 90 and BA. RGB value is (117,144,186). Sum of RGB (Red+Green+Blue) = 117+144+186=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #7590BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590BA is #8A6F45. Grayscale: #8C8C8C. Windows color (decimal): -9072454 or 12226677. OLE color: 12226677.
HSL color Cylindrical-coordinate representation of color #7590BA: hue angle of 216.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7590BA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 144 | 186 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.27 |
| HSL | 216.52º | 0.33% | 0.59% | - |
| HSV(B) | 216.52º | 0.37% | 0.73% | - |
| XYZ | 26.17 | 27.27 | 50.34 | - |
| YUV | 140.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 186 | 0.37 | 0.23 | 0 | 0.27 | 216.52 | 0.33 | 0.59 |
| Hex | 75 | 90 | BA | 25 | 17 | 0 | 1B | D9 | 21 | 3B |
| Octal | 165 | 220 | 272 | 45 | 27 | 0 | 33 | 331 | 41 | 73 |
| Binary | 1110101 | 10010000 | 10111010 | 100101 | 10111 | 0 | 11011 | 11011001 | 100001 | 111011 |
Color Harmonies of #7590BA
Complementary color
Monochromatic Colors of #7590BA
Black with #7590BA
Text Example
Text Example
White with #7590BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7590BA; }
p { color: rgb(117,144,186); }
H1.HeaderClassName
{
color: #7590BA;
}
.AnyTagClassName
{
color: #7590BA;
}
</style>
background-color css
<style>
a { background-color: #7590BA; }
a { background-color: rgb(117,144,186); }
div.DivClassName
{
background-color: #7590BA;
}
.BgClassName
{
background-color: #7590BA;
}
</style>
border-color css
<style>
span { border-color: #7590BA; }
span { border-color: rgb(117,144,186); }
td.TdClassName
{
border-color: #7590BA;
}
.TagClassName
{
border-color: #7590BA;
}
</style>