Shades of Wild Blue Yonder #7293BA
Tints of Wild Blue Yonder #7293BA
RGB
CMYK
RGB Variations
Color information
#7293BA (or 0x7293BA) is known color: Wild Blue Yonder. HEX triplet: 72, 93 and BA. RGB value is (114,147,186). Sum of RGB (Red+Green+Blue) = 114+147+186=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #7293BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7293BA is #8D6C45. Grayscale: #8D8D8D. Windows color (decimal): -9268294 or 12227442. OLE color: 12227442.
HSL color Cylindrical-coordinate representation of color #7293BA: hue angle of 212.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7293BA is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 147 | 186 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.27 |
| HSL | 212.5º | 0.34% | 0.59% | - |
| HSV(B) | 212.5º | 0.39% | 0.73% | - |
| XYZ | 26.24 | 27.99 | 50.47 | - |
| YUV | 141.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 186 | 0.39 | 0.21 | 0 | 0.27 | 212.5 | 0.34 | 0.59 |
| Hex | 72 | 93 | BA | 27 | 15 | 0 | 1B | D4 | 22 | 3B |
| Octal | 162 | 223 | 272 | 47 | 25 | 0 | 33 | 324 | 42 | 73 |
| Binary | 1110010 | 10010011 | 10111010 | 100111 | 10101 | 0 | 11011 | 11010100 | 100010 | 111011 |
Color Harmonies of #7293BA
Complementary color
Monochromatic Colors of #7293BA
Black with #7293BA
Text Example
Text Example
White with #7293BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7293BA; }
p { color: rgb(114,147,186); }
H1.HeaderClassName
{
color: #7293BA;
}
.AnyTagClassName
{
color: #7293BA;
}
</style>
background-color css
<style>
a { background-color: #7293BA; }
a { background-color: rgb(114,147,186); }
div.DivClassName
{
background-color: #7293BA;
}
.BgClassName
{
background-color: #7293BA;
}
</style>
border-color css
<style>
span { border-color: #7293BA; }
span { border-color: rgb(114,147,186); }
td.TdClassName
{
border-color: #7293BA;
}
.TagClassName
{
border-color: #7293BA;
}
</style>