Shades of Wild Blue Yonder #7193BA
Tints of Wild Blue Yonder #7193BA
RGB
CMYK
RGB Variations
Color information
#7193BA (or 0x7193BA) is known color: Wild Blue Yonder. HEX triplet: 71, 93 and BA. RGB value is (113,147,186). Sum of RGB (Red+Green+Blue) = 113+147+186=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #7193BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193BA is #8E6C45. Grayscale: #8D8D8D. Windows color (decimal): -9333830 or 12227441. OLE color: 12227441.
HSL color Cylindrical-coordinate representation of color #7193BA: hue angle of 212.05º 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 #7193BA is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 147 | 186 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.27 |
| HSL | 212.05º | 0.35% | 0.59% | - |
| HSV(B) | 212.05º | 0.39% | 0.73% | - |
| XYZ | 26.11 | 27.92 | 50.47 | - |
| YUV | 141.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 186 | 0.39 | 0.21 | 0 | 0.27 | 212.05 | 0.35 | 0.59 |
| Hex | 71 | 93 | BA | 27 | 15 | 0 | 1B | D4 | 23 | 3B |
| Octal | 161 | 223 | 272 | 47 | 25 | 0 | 33 | 324 | 43 | 73 |
| Binary | 1110001 | 10010011 | 10111010 | 100111 | 10101 | 0 | 11011 | 11010100 | 100011 | 111011 |
Color Harmonies of #7193BA
Complementary color
Monochromatic Colors of #7193BA
Black with #7193BA
Text Example
Text Example
White with #7193BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7193BA; }
p { color: rgb(113,147,186); }
H1.HeaderClassName
{
color: #7193BA;
}
.AnyTagClassName
{
color: #7193BA;
}
</style>
background-color css
<style>
a { background-color: #7193BA; }
a { background-color: rgb(113,147,186); }
div.DivClassName
{
background-color: #7193BA;
}
.BgClassName
{
background-color: #7193BA;
}
</style>
border-color css
<style>
span { border-color: #7193BA; }
span { border-color: rgb(113,147,186); }
td.TdClassName
{
border-color: #7193BA;
}
.TagClassName
{
border-color: #7193BA;
}
</style>