Shades of Wild Blue Yonder #7389CC
Tints of Wild Blue Yonder #7389CC
RGB
CMYK
RGB Variations
Color information
#7389CC (or 0x7389CC) is known color: Wild Blue Yonder. HEX triplet: 73, 89 and CC. RGB value is (115,137,204). Sum of RGB (Red+Green+Blue) = 115+137+204=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7389CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389CC is #8C7633. Grayscale: #898989. Windows color (decimal): -9205300 or 13404531. OLE color: 13404531.
HSL color Cylindrical-coordinate representation of color #7389CC: hue angle of 225.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7389CC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 137 | 204 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.2 |
| HSL | 225.17º | 0.47% | 0.63% | - |
| HSV(B) | 225.17º | 0.44% | 0.8% | - |
| XYZ | 26.91 | 25.9 | 60.71 | - |
| YUV | 138.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 204 | 0.44 | 0.33 | 0 | 0.2 | 225.17 | 0.47 | 0.63 |
| Hex | 73 | 89 | CC | 2C | 21 | 0 | 14 | E1 | 2F | 3F |
| Octal | 163 | 211 | 314 | 54 | 41 | 0 | 24 | 341 | 57 | 77 |
| Binary | 1110011 | 10001001 | 11001100 | 101100 | 100001 | 0 | 10100 | 11100001 | 101111 | 111111 |
Color Harmonies of #7389CC
Complementary color
Monochromatic Colors of #7389CC
Black with #7389CC
Text Example
Text Example
White with #7389CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389CC; }
p { color: rgb(115,137,204); }
H1.HeaderClassName
{
color: #7389CC;
}
.AnyTagClassName
{
color: #7389CC;
}
</style>
background-color css
<style>
a { background-color: #7389CC; }
a { background-color: rgb(115,137,204); }
div.DivClassName
{
background-color: #7389CC;
}
.BgClassName
{
background-color: #7389CC;
}
</style>
border-color css
<style>
span { border-color: #7389CC; }
span { border-color: rgb(115,137,204); }
td.TdClassName
{
border-color: #7389CC;
}
.TagClassName
{
border-color: #7389CC;
}
</style>