Shades of Wild Blue Yonder #7591BA
Tints of Wild Blue Yonder #7591BA
RGB
CMYK
RGB Variations
Color information
#7591BA (or 0x7591BA) is known color: Wild Blue Yonder. HEX triplet: 75, 91 and BA. RGB value is (117,145,186). Sum of RGB (Red+Green+Blue) = 117+145+186=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #7591BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591BA is #8A6E45. Grayscale: #8D8D8D. Windows color (decimal): -9072198 or 12226933. OLE color: 12226933.
HSL color Cylindrical-coordinate representation of color #7591BA: hue angle of 215.65º 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 #7591BA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 145 | 186 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.27 |
| HSL | 215.65º | 0.33% | 0.59% | - |
| HSV(B) | 215.65º | 0.37% | 0.73% | - |
| XYZ | 26.32 | 27.58 | 50.39 | - |
| YUV | 141.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 186 | 0.37 | 0.22 | 0 | 0.27 | 215.65 | 0.33 | 0.59 |
| Hex | 75 | 91 | BA | 25 | 16 | 0 | 1B | D8 | 21 | 3B |
| Octal | 165 | 221 | 272 | 45 | 26 | 0 | 33 | 330 | 41 | 73 |
| Binary | 1110101 | 10010001 | 10111010 | 100101 | 10110 | 0 | 11011 | 11011000 | 100001 | 111011 |
Color Harmonies of #7591BA
Complementary color
Monochromatic Colors of #7591BA
Black with #7591BA
Text Example
Text Example
White with #7591BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591BA; }
p { color: rgb(117,145,186); }
H1.HeaderClassName
{
color: #7591BA;
}
.AnyTagClassName
{
color: #7591BA;
}
</style>
background-color css
<style>
a { background-color: #7591BA; }
a { background-color: rgb(117,145,186); }
div.DivClassName
{
background-color: #7591BA;
}
.BgClassName
{
background-color: #7591BA;
}
</style>
border-color css
<style>
span { border-color: #7591BA; }
span { border-color: rgb(117,145,186); }
td.TdClassName
{
border-color: #7591BA;
}
.TagClassName
{
border-color: #7591BA;
}
</style>