Shades of Wild Blue Yonder #7386BC
Tints of Wild Blue Yonder #7386BC
RGB
CMYK
RGB Variations
Color information
#7386BC (or 0x7386BC) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and BC. RGB value is (115,134,188). Sum of RGB (Red+Green+Blue) = 115+134+188=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7386BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386BC is #8C7943. Grayscale: #868686. Windows color (decimal): -9206084 or 12355187. OLE color: 12355187.
HSL color Cylindrical-coordinate representation of color #7386BC: hue angle of 224.38º 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 #7386BC is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 134 | 188 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.26 |
| HSL | 224.38º | 0.35% | 0.59% | - |
| HSV(B) | 224.38º | 0.39% | 0.74% | - |
| XYZ | 24.67 | 24.33 | 50.97 | - |
| YUV | 134.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 188 | 0.39 | 0.29 | 0 | 0.26 | 224.38 | 0.35 | 0.59 |
| Hex | 73 | 86 | BC | 27 | 1D | 0 | 1A | E0 | 23 | 3B |
| Octal | 163 | 206 | 274 | 47 | 35 | 0 | 32 | 340 | 43 | 73 |
| Binary | 1110011 | 10000110 | 10111100 | 100111 | 11101 | 0 | 11010 | 11100000 | 100011 | 111011 |
Color Harmonies of #7386BC
Complementary color
Monochromatic Colors of #7386BC
Black with #7386BC
Text Example
Text Example
White with #7386BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386BC; }
p { color: rgb(115,134,188); }
H1.HeaderClassName
{
color: #7386BC;
}
.AnyTagClassName
{
color: #7386BC;
}
</style>
background-color css
<style>
a { background-color: #7386BC; }
a { background-color: rgb(115,134,188); }
div.DivClassName
{
background-color: #7386BC;
}
.BgClassName
{
background-color: #7386BC;
}
</style>
border-color css
<style>
span { border-color: #7386BC; }
span { border-color: rgb(115,134,188); }
td.TdClassName
{
border-color: #7386BC;
}
.TagClassName
{
border-color: #7386BC;
}
</style>