Shades of Wild Blue Yonder #7190BA
Tints of Wild Blue Yonder #7190BA
RGB
CMYK
RGB Variations
Color information
#7190BA (or 0x7190BA) is known color: Wild Blue Yonder. HEX triplet: 71, 90 and BA. RGB value is (113,144,186). Sum of RGB (Red+Green+Blue) = 113+144+186=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #7190BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190BA is #8E6F45. Grayscale: #8B8B8B. Windows color (decimal): -9334598 or 12226673. OLE color: 12226673.
HSL color Cylindrical-coordinate representation of color #7190BA: hue angle of 214.52º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7190BA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 144 | 186 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.27 |
| HSL | 214.52º | 0.35% | 0.59% | - |
| HSV(B) | 214.52º | 0.39% | 0.73% | - |
| XYZ | 25.65 | 27 | 50.31 | - |
| YUV | 139.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 186 | 0.39 | 0.23 | 0 | 0.27 | 214.52 | 0.35 | 0.59 |
| Hex | 71 | 90 | BA | 27 | 17 | 0 | 1B | D7 | 23 | 3B |
| Octal | 161 | 220 | 272 | 47 | 27 | 0 | 33 | 327 | 43 | 73 |
| Binary | 1110001 | 10010000 | 10111010 | 100111 | 10111 | 0 | 11011 | 11010111 | 100011 | 111011 |
Color Harmonies of #7190BA
Complementary color
Monochromatic Colors of #7190BA
Black with #7190BA
Text Example
Text Example
White with #7190BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7190BA; }
p { color: rgb(113,144,186); }
H1.HeaderClassName
{
color: #7190BA;
}
.AnyTagClassName
{
color: #7190BA;
}
</style>
background-color css
<style>
a { background-color: #7190BA; }
a { background-color: rgb(113,144,186); }
div.DivClassName
{
background-color: #7190BA;
}
.BgClassName
{
background-color: #7190BA;
}
</style>
border-color css
<style>
span { border-color: #7190BA; }
span { border-color: rgb(113,144,186); }
td.TdClassName
{
border-color: #7190BA;
}
.TagClassName
{
border-color: #7190BA;
}
</style>