Shades of Wild Blue Yonder #7193BC
Tints of Wild Blue Yonder #7193BC
RGB
CMYK
RGB Variations
Color information
#7193BC (or 0x7193BC) is known color: Wild Blue Yonder. HEX triplet: 71, 93 and BC. RGB value is (113,147,188). Sum of RGB (Red+Green+Blue) = 113+147+188=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #7193BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193BC is #8E6C43. Grayscale: #8D8D8D. Windows color (decimal): -9333828 or 12358513. OLE color: 12358513.
HSL color Cylindrical-coordinate representation of color #7193BC: hue angle of 212.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7193BC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 147 | 188 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.26 |
| HSL | 212.8º | 0.36% | 0.59% | - |
| HSV(B) | 212.8º | 0.4% | 0.74% | - |
| XYZ | 26.32 | 28.01 | 51.6 | - |
| YUV | 141.51 | 154.24 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 188 | 0.40 | 0.22 | 0 | 0.26 | 212.8 | 0.36 | 0.59 |
| Hex | 71 | 93 | BC | 28 | 16 | 0 | 1A | D5 | 24 | 3B |
| Octal | 161 | 223 | 274 | 50 | 26 | 0 | 32 | 325 | 44 | 73 |
| Binary | 1110001 | 10010011 | 10111100 | 101000 | 10110 | 0 | 11010 | 11010101 | 100100 | 111011 |
Color Harmonies of #7193BC
Complementary color
Monochromatic Colors of #7193BC
Black with #7193BC
Text Example
Text Example
White with #7193BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7193BC; }
p { color: rgb(113,147,188); }
H1.HeaderClassName
{
color: #7193BC;
}
.AnyTagClassName
{
color: #7193BC;
}
</style>
background-color css
<style>
a { background-color: #7193BC; }
a { background-color: rgb(113,147,188); }
div.DivClassName
{
background-color: #7193BC;
}
.BgClassName
{
background-color: #7193BC;
}
</style>
border-color css
<style>
span { border-color: #7193BC; }
span { border-color: rgb(113,147,188); }
td.TdClassName
{
border-color: #7193BC;
}
.TagClassName
{
border-color: #7193BC;
}
</style>