Shades of Wild Blue Yonder #7395BA
Tints of Wild Blue Yonder #7395BA
RGB
CMYK
RGB Variations
Color information
#7395BA (or 0x7395BA) is known color: Wild Blue Yonder. HEX triplet: 73, 95 and BA. RGB value is (115,149,186). Sum of RGB (Red+Green+Blue) = 115+149+186=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #7395BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395BA is #8C6A45. Grayscale: #8E8E8E. Windows color (decimal): -9202246 or 12227955. OLE color: 12227955.
HSL color Cylindrical-coordinate representation of color #7395BA: hue angle of 211.27º 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 #7395BA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 149 | 186 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.27 |
| HSL | 211.27º | 0.34% | 0.59% | - |
| HSV(B) | 211.27º | 0.38% | 0.73% | - |
| XYZ | 26.68 | 28.68 | 50.58 | - |
| YUV | 143.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 186 | 0.38 | 0.20 | 0 | 0.27 | 211.27 | 0.34 | 0.59 |
| Hex | 73 | 95 | BA | 26 | 14 | 0 | 1B | D3 | 22 | 3B |
| Octal | 163 | 225 | 272 | 46 | 24 | 0 | 33 | 323 | 42 | 73 |
| Binary | 1110011 | 10010101 | 10111010 | 100110 | 10100 | 0 | 11011 | 11010011 | 100010 | 111011 |
Color Harmonies of #7395BA
Complementary color
Monochromatic Colors of #7395BA
Black with #7395BA
Text Example
Text Example
White with #7395BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7395BA; }
p { color: rgb(115,149,186); }
H1.HeaderClassName
{
color: #7395BA;
}
.AnyTagClassName
{
color: #7395BA;
}
</style>
background-color css
<style>
a { background-color: #7395BA; }
a { background-color: rgb(115,149,186); }
div.DivClassName
{
background-color: #7395BA;
}
.BgClassName
{
background-color: #7395BA;
}
</style>
border-color css
<style>
span { border-color: #7395BA; }
span { border-color: rgb(115,149,186); }
td.TdClassName
{
border-color: #7395BA;
}
.TagClassName
{
border-color: #7395BA;
}
</style>