Shades of Wild Blue Yonder #7386BA
Tints of Wild Blue Yonder #7386BA
RGB
CMYK
RGB Variations
Color information
#7386BA (or 0x7386BA) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and BA. RGB value is (115,134,186). Sum of RGB (Red+Green+Blue) = 115+134+186=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #7386BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386BA is #8C7945. Grayscale: #868686. Windows color (decimal): -9206086 or 12224115. OLE color: 12224115.
HSL color Cylindrical-coordinate representation of color #7386BA: hue angle of 223.94º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7386BA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 134 | 186 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.27 |
| HSL | 223.94º | 0.34% | 0.59% | - |
| HSV(B) | 223.94º | 0.38% | 0.73% | - |
| XYZ | 24.46 | 24.24 | 49.84 | - |
| YUV | 134.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 186 | 0.38 | 0.28 | 0 | 0.27 | 223.94 | 0.34 | 0.59 |
| Hex | 73 | 86 | BA | 26 | 1C | 0 | 1B | E0 | 22 | 3B |
| Octal | 163 | 206 | 272 | 46 | 34 | 0 | 33 | 340 | 42 | 73 |
| Binary | 1110011 | 10000110 | 10111010 | 100110 | 11100 | 0 | 11011 | 11100000 | 100010 | 111011 |
Color Harmonies of #7386BA
Complementary color
Monochromatic Colors of #7386BA
Black with #7386BA
Text Example
Text Example
White with #7386BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386BA; }
p { color: rgb(115,134,186); }
H1.HeaderClassName
{
color: #7386BA;
}
.AnyTagClassName
{
color: #7386BA;
}
</style>
background-color css
<style>
a { background-color: #7386BA; }
a { background-color: rgb(115,134,186); }
div.DivClassName
{
background-color: #7386BA;
}
.BgClassName
{
background-color: #7386BA;
}
</style>
border-color css
<style>
span { border-color: #7386BA; }
span { border-color: rgb(115,134,186); }
td.TdClassName
{
border-color: #7386BA;
}
.TagClassName
{
border-color: #7386BA;
}
</style>