Shades of Wild Blue Yonder #7591BD
Tints of Wild Blue Yonder #7591BD
RGB
CMYK
RGB Variations
Color information
#7591BD (or 0x7591BD) is known color: Wild Blue Yonder. HEX triplet: 75, 91 and BD. RGB value is (117,145,189). Sum of RGB (Red+Green+Blue) = 117+145+189=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #7591BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591BD is #8A6E42. Grayscale: #8D8D8D. Windows color (decimal): -9072195 or 12423541. OLE color: 12423541.
HSL color Cylindrical-coordinate representation of color #7591BD: hue angle of 216.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7591BD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 145 | 189 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.26 |
| HSL | 216.67º | 0.35% | 0.6% | - |
| HSV(B) | 216.67º | 0.38% | 0.74% | - |
| XYZ | 26.65 | 27.71 | 52.09 | - |
| YUV | 141.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 189 | 0.38 | 0.23 | 0 | 0.26 | 216.67 | 0.35 | 0.6 |
| Hex | 75 | 91 | BD | 26 | 17 | 0 | 1A | D9 | 23 | 3C |
| Octal | 165 | 221 | 275 | 46 | 27 | 0 | 32 | 331 | 43 | 74 |
| Binary | 1110101 | 10010001 | 10111101 | 100110 | 10111 | 0 | 11010 | 11011001 | 100011 | 111100 |
Color Harmonies of #7591BD
Complementary color
Monochromatic Colors of #7591BD
Black with #7591BD
Text Example
Text Example
White with #7591BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591BD; }
p { color: rgb(117,145,189); }
H1.HeaderClassName
{
color: #7591BD;
}
.AnyTagClassName
{
color: #7591BD;
}
</style>
background-color css
<style>
a { background-color: #7591BD; }
a { background-color: rgb(117,145,189); }
div.DivClassName
{
background-color: #7591BD;
}
.BgClassName
{
background-color: #7591BD;
}
</style>
border-color css
<style>
span { border-color: #7591BD; }
span { border-color: rgb(117,145,189); }
td.TdClassName
{
border-color: #7591BD;
}
.TagClassName
{
border-color: #7591BD;
}
</style>