Shades of Wild Blue Yonder #7393C4
Tints of Wild Blue Yonder #7393C4
RGB
CMYK
RGB Variations
Color information
#7393C4 (or 0x7393C4) is known color: Wild Blue Yonder. HEX triplet: 73, 93 and C4. RGB value is (115,147,196). Sum of RGB (Red+Green+Blue) = 115+147+196=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #7393C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393C4 is #8C6C3B. Grayscale: #8E8E8E. Windows color (decimal): -9202748 or 12882803. OLE color: 12882803.
HSL color Cylindrical-coordinate representation of color #7393C4: hue angle of 216.3º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7393C4 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 147 | 196 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.23 |
| HSL | 216.3º | 0.41% | 0.61% | - |
| HSV(B) | 216.3º | 0.41% | 0.77% | - |
| XYZ | 27.47 | 28.5 | 56.28 | - |
| YUV | 143.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 196 | 0.41 | 0.25 | 0 | 0.23 | 216.3 | 0.41 | 0.61 |
| Hex | 73 | 93 | C4 | 29 | 19 | 0 | 17 | D8 | 29 | 3D |
| Octal | 163 | 223 | 304 | 51 | 31 | 0 | 27 | 330 | 51 | 75 |
| Binary | 1110011 | 10010011 | 11000100 | 101001 | 11001 | 0 | 10111 | 11011000 | 101001 | 111101 |
Color Harmonies of #7393C4
Complementary color
Monochromatic Colors of #7393C4
Black with #7393C4
Text Example
Text Example
White with #7393C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7393C4; }
p { color: rgb(115,147,196); }
H1.HeaderClassName
{
color: #7393C4;
}
.AnyTagClassName
{
color: #7393C4;
}
</style>
background-color css
<style>
a { background-color: #7393C4; }
a { background-color: rgb(115,147,196); }
div.DivClassName
{
background-color: #7393C4;
}
.BgClassName
{
background-color: #7393C4;
}
</style>
border-color css
<style>
span { border-color: #7393C4; }
span { border-color: rgb(115,147,196); }
td.TdClassName
{
border-color: #7393C4;
}
.TagClassName
{
border-color: #7393C4;
}
</style>