Shades of Wild Blue Yonder #7389BC
Tints of Wild Blue Yonder #7389BC
RGB
CMYK
RGB Variations
Color information
#7389BC (or 0x7389BC) is known color: Wild Blue Yonder. HEX triplet: 73, 89 and BC. RGB value is (115,137,188). Sum of RGB (Red+Green+Blue) = 115+137+188=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #7389BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389BC is #8C7643. Grayscale: #888888. Windows color (decimal): -9205316 or 12355955. OLE color: 12355955.
HSL color Cylindrical-coordinate representation of color #7389BC: hue angle of 221.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7389BC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 137 | 188 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.26 |
| HSL | 221.92º | 0.35% | 0.59% | - |
| HSV(B) | 221.92º | 0.39% | 0.74% | - |
| XYZ | 25.09 | 25.17 | 51.11 | - |
| YUV | 136.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 188 | 0.39 | 0.27 | 0 | 0.26 | 221.92 | 0.35 | 0.59 |
| Hex | 73 | 89 | BC | 27 | 1B | 0 | 1A | DE | 23 | 3B |
| Octal | 163 | 211 | 274 | 47 | 33 | 0 | 32 | 336 | 43 | 73 |
| Binary | 1110011 | 10001001 | 10111100 | 100111 | 11011 | 0 | 11010 | 11011110 | 100011 | 111011 |
Color Harmonies of #7389BC
Complementary color
Monochromatic Colors of #7389BC
Black with #7389BC
Text Example
Text Example
White with #7389BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389BC; }
p { color: rgb(115,137,188); }
H1.HeaderClassName
{
color: #7389BC;
}
.AnyTagClassName
{
color: #7389BC;
}
</style>
background-color css
<style>
a { background-color: #7389BC; }
a { background-color: rgb(115,137,188); }
div.DivClassName
{
background-color: #7389BC;
}
.BgClassName
{
background-color: #7389BC;
}
</style>
border-color css
<style>
span { border-color: #7389BC; }
span { border-color: rgb(115,137,188); }
td.TdClassName
{
border-color: #7389BC;
}
.TagClassName
{
border-color: #7389BC;
}
</style>