Shades of Wild Blue Yonder #7389BA
Tints of Wild Blue Yonder #7389BA
RGB
CMYK
RGB Variations
Color information
#7389BA (or 0x7389BA) is known color: Wild Blue Yonder. HEX triplet: 73, 89 and BA. RGB value is (115,137,186). Sum of RGB (Red+Green+Blue) = 115+137+186=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7389BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389BA is #8C7645. Grayscale: #878787. Windows color (decimal): -9205318 or 12224883. OLE color: 12224883.
HSL color Cylindrical-coordinate representation of color #7389BA: hue angle of 221.41º 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 #7389BA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 137 | 186 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.27 |
| HSL | 221.41º | 0.34% | 0.59% | - |
| HSV(B) | 221.41º | 0.38% | 0.73% | - |
| XYZ | 24.88 | 25.08 | 49.98 | - |
| YUV | 136.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 186 | 0.38 | 0.26 | 0 | 0.27 | 221.41 | 0.34 | 0.59 |
| Hex | 73 | 89 | BA | 26 | 1A | 0 | 1B | DD | 22 | 3B |
| Octal | 163 | 211 | 272 | 46 | 32 | 0 | 33 | 335 | 42 | 73 |
| Binary | 1110011 | 10001001 | 10111010 | 100110 | 11010 | 0 | 11011 | 11011101 | 100010 | 111011 |
Color Harmonies of #7389BA
Complementary color
Monochromatic Colors of #7389BA
Black with #7389BA
Text Example
Text Example
White with #7389BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389BA; }
p { color: rgb(115,137,186); }
H1.HeaderClassName
{
color: #7389BA;
}
.AnyTagClassName
{
color: #7389BA;
}
</style>
background-color css
<style>
a { background-color: #7389BA; }
a { background-color: rgb(115,137,186); }
div.DivClassName
{
background-color: #7389BA;
}
.BgClassName
{
background-color: #7389BA;
}
</style>
border-color css
<style>
span { border-color: #7389BA; }
span { border-color: rgb(115,137,186); }
td.TdClassName
{
border-color: #7389BA;
}
.TagClassName
{
border-color: #7389BA;
}
</style>