Shades of Wild Blue Yonder #7389D1
Tints of Wild Blue Yonder #7389D1
RGB
CMYK
RGB Variations
Color information
#7389D1 (or 0x7389D1) is known color: Wild Blue Yonder. HEX triplet: 73, 89 and D1. RGB value is (115,137,209). Sum of RGB (Red+Green+Blue) = 115+137+209=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #7389D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389D1 is #8C762E. Grayscale: #8A8A8A. Windows color (decimal): -9205295 or 13732211. OLE color: 13732211.
HSL color Cylindrical-coordinate representation of color #7389D1: hue angle of 225.96º 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 #7389D1 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 137 | 209 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.18 |
| HSL | 225.96º | 0.51% | 0.64% | - |
| HSV(B) | 225.96º | 0.45% | 0.82% | - |
| XYZ | 27.52 | 26.14 | 63.92 | - |
| YUV | 138.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 209 | 0.45 | 0.34 | 0 | 0.18 | 225.96 | 0.51 | 0.64 |
| Hex | 73 | 89 | D1 | 2D | 22 | 0 | 12 | E2 | 33 | 40 |
| Octal | 163 | 211 | 321 | 55 | 42 | 0 | 22 | 342 | 63 | 100 |
| Binary | 1110011 | 10001001 | 11010001 | 101101 | 100010 | 0 | 10010 | 11100010 | 110011 | 1000000 |
Color Harmonies of #7389D1
Complementary color
Monochromatic Colors of #7389D1
Black with #7389D1
Text Example
Text Example
White with #7389D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389D1; }
p { color: rgb(115,137,209); }
H1.HeaderClassName
{
color: #7389D1;
}
.AnyTagClassName
{
color: #7389D1;
}
</style>
background-color css
<style>
a { background-color: #7389D1; }
a { background-color: rgb(115,137,209); }
div.DivClassName
{
background-color: #7389D1;
}
.BgClassName
{
background-color: #7389D1;
}
</style>
border-color css
<style>
span { border-color: #7389D1; }
span { border-color: rgb(115,137,209); }
td.TdClassName
{
border-color: #7389D1;
}
.TagClassName
{
border-color: #7389D1;
}
</style>