Shades of Wild Blue Yonder #7293D0
Tints of Wild Blue Yonder #7293D0
RGB
CMYK
RGB Variations
Color information
#7293D0 (or 0x7293D0) is known color: Wild Blue Yonder. HEX triplet: 72, 93 and D0. RGB value is (114,147,208). Sum of RGB (Red+Green+Blue) = 114+147+208=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #7293D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7293D0 is #8D6C2F. Grayscale: #8F8F8F. Windows color (decimal): -9268272 or 13669234. OLE color: 13669234.
HSL color Cylindrical-coordinate representation of color #7293D0: hue angle of 218.94º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7293D0 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 147 | 208 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.18 |
| HSL | 218.94º | 0.5% | 0.63% | - |
| HSV(B) | 218.94º | 0.45% | 0.82% | - |
| XYZ | 28.76 | 29 | 63.76 | - |
| YUV | 144.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 208 | 0.45 | 0.29 | 0 | 0.18 | 218.94 | 0.5 | 0.63 |
| Hex | 72 | 93 | D0 | 2D | 1D | 0 | 12 | DB | 32 | 3F |
| Octal | 162 | 223 | 320 | 55 | 35 | 0 | 22 | 333 | 62 | 77 |
| Binary | 1110010 | 10010011 | 11010000 | 101101 | 11101 | 0 | 10010 | 11011011 | 110010 | 111111 |
Color Harmonies of #7293D0
Complementary color
Monochromatic Colors of #7293D0
Black with #7293D0
Text Example
Text Example
White with #7293D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7293D0; }
p { color: rgb(114,147,208); }
H1.HeaderClassName
{
color: #7293D0;
}
.AnyTagClassName
{
color: #7293D0;
}
</style>
background-color css
<style>
a { background-color: #7293D0; }
a { background-color: rgb(114,147,208); }
div.DivClassName
{
background-color: #7293D0;
}
.BgClassName
{
background-color: #7293D0;
}
</style>
border-color css
<style>
span { border-color: #7293D0; }
span { border-color: rgb(114,147,208); }
td.TdClassName
{
border-color: #7293D0;
}
.TagClassName
{
border-color: #7293D0;
}
</style>