Shades of Wild Blue Yonder #7491BA
Tints of Wild Blue Yonder #7491BA
RGB
CMYK
RGB Variations
Color information
#7491BA (or 0x7491BA) is known color: Wild Blue Yonder. HEX triplet: 74, 91 and BA. RGB value is (116,145,186). Sum of RGB (Red+Green+Blue) = 116+145+186=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 145 (57.03% from 255 or 32.44% 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 #7491BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491BA is #8B6E45. Grayscale: #8C8C8C. Windows color (decimal): -9137734 or 12226932. OLE color: 12226932.
HSL color Cylindrical-coordinate representation of color #7491BA: hue angle of 215.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7491BA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 145 | 186 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.27 |
| HSL | 215.14º | 0.34% | 0.59% | - |
| HSV(B) | 215.14º | 0.38% | 0.73% | - |
| XYZ | 26.19 | 27.51 | 50.38 | - |
| YUV | 141 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 186 | 0.38 | 0.22 | 0 | 0.27 | 215.14 | 0.34 | 0.59 |
| Hex | 74 | 91 | BA | 26 | 16 | 0 | 1B | D7 | 22 | 3B |
| Octal | 164 | 221 | 272 | 46 | 26 | 0 | 33 | 327 | 42 | 73 |
| Binary | 1110100 | 10010001 | 10111010 | 100110 | 10110 | 0 | 11011 | 11010111 | 100010 | 111011 |
Color Harmonies of #7491BA
Complementary color
Monochromatic Colors of #7491BA
Black with #7491BA
Text Example
Text Example
White with #7491BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7491BA; }
p { color: rgb(116,145,186); }
H1.HeaderClassName
{
color: #7491BA;
}
.AnyTagClassName
{
color: #7491BA;
}
</style>
background-color css
<style>
a { background-color: #7491BA; }
a { background-color: rgb(116,145,186); }
div.DivClassName
{
background-color: #7491BA;
}
.BgClassName
{
background-color: #7491BA;
}
</style>
border-color css
<style>
span { border-color: #7491BA; }
span { border-color: rgb(116,145,186); }
td.TdClassName
{
border-color: #7491BA;
}
.TagClassName
{
border-color: #7491BA;
}
</style>