Shades of Wild Blue Yonder #7393D1
Tints of Wild Blue Yonder #7393D1
RGB
CMYK
RGB Variations
Color information
#7393D1 (or 0x7393D1) is known color: Wild Blue Yonder. HEX triplet: 73, 93 and D1. RGB value is (115,147,209). Sum of RGB (Red+Green+Blue) = 115+147+209=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #7393D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393D1 is #8C6C2E. Grayscale: #909090. Windows color (decimal): -9202735 or 13734771. OLE color: 13734771.
HSL color Cylindrical-coordinate representation of color #7393D1: hue angle of 219.57º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7393D1 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 147 | 209 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.18 |
| HSL | 219.57º | 0.51% | 0.64% | - |
| HSV(B) | 219.57º | 0.45% | 0.82% | - |
| XYZ | 29.01 | 29.12 | 64.41 | - |
| YUV | 144.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 209 | 0.45 | 0.30 | 0 | 0.18 | 219.57 | 0.51 | 0.64 |
| Hex | 73 | 93 | D1 | 2D | 1E | 0 | 12 | DC | 33 | 40 |
| Octal | 163 | 223 | 321 | 55 | 36 | 0 | 22 | 334 | 63 | 100 |
| Binary | 1110011 | 10010011 | 11010001 | 101101 | 11110 | 0 | 10010 | 11011100 | 110011 | 1000000 |
Color Harmonies of #7393D1
Complementary color
Monochromatic Colors of #7393D1
Black with #7393D1
Text Example
Text Example
White with #7393D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7393D1; }
p { color: rgb(115,147,209); }
H1.HeaderClassName
{
color: #7393D1;
}
.AnyTagClassName
{
color: #7393D1;
}
</style>
background-color css
<style>
a { background-color: #7393D1; }
a { background-color: rgb(115,147,209); }
div.DivClassName
{
background-color: #7393D1;
}
.BgClassName
{
background-color: #7393D1;
}
</style>
border-color css
<style>
span { border-color: #7393D1; }
span { border-color: rgb(115,147,209); }
td.TdClassName
{
border-color: #7393D1;
}
.TagClassName
{
border-color: #7393D1;
}
</style>