Shades of Wild Blue Yonder #7590B9
Tints of Wild Blue Yonder #7590B9
RGB
CMYK
RGB Variations
Color information
#7590B9 (or 0x7590B9) is known color: Wild Blue Yonder. HEX triplet: 75, 90 and B9. RGB value is (117,144,185). Sum of RGB (Red+Green+Blue) = 117+144+185=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #7590B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590B9 is #8A6F46. Grayscale: #8C8C8C. Windows color (decimal): -9072455 or 12161141. OLE color: 12161141.
HSL color Cylindrical-coordinate representation of color #7590B9: hue angle of 216.18º 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 #7590B9 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 144 | 185 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.27 |
| HSL | 216.18º | 0.33% | 0.59% | - |
| HSV(B) | 216.18º | 0.37% | 0.73% | - |
| XYZ | 26.07 | 27.23 | 49.78 | - |
| YUV | 140.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 185 | 0.37 | 0.22 | 0 | 0.27 | 216.18 | 0.33 | 0.59 |
| Hex | 75 | 90 | B9 | 25 | 16 | 0 | 1B | D8 | 21 | 3B |
| Octal | 165 | 220 | 271 | 45 | 26 | 0 | 33 | 330 | 41 | 73 |
| Binary | 1110101 | 10010000 | 10111001 | 100101 | 10110 | 0 | 11011 | 11011000 | 100001 | 111011 |
Color Harmonies of #7590B9
Complementary color
Monochromatic Colors of #7590B9
Black with #7590B9
Text Example
Text Example
White with #7590B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7590B9; }
p { color: rgb(117,144,185); }
H1.HeaderClassName
{
color: #7590B9;
}
.AnyTagClassName
{
color: #7590B9;
}
</style>
background-color css
<style>
a { background-color: #7590B9; }
a { background-color: rgb(117,144,185); }
div.DivClassName
{
background-color: #7590B9;
}
.BgClassName
{
background-color: #7590B9;
}
</style>
border-color css
<style>
span { border-color: #7590B9; }
span { border-color: rgb(117,144,185); }
td.TdClassName
{
border-color: #7590B9;
}
.TagClassName
{
border-color: #7590B9;
}
</style>