Shades of Wild Blue Yonder #7384C1
Tints of Wild Blue Yonder #7384C1
RGB
CMYK
RGB Variations
Color information
#7384C1 (or 0x7384C1) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and C1. RGB value is (115,132,193). Sum of RGB (Red+Green+Blue) = 115+132+193=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #7384C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384C1 is #8C7B3E. Grayscale: #858585. Windows color (decimal): -9206591 or 12682355. OLE color: 12682355.
HSL color Cylindrical-coordinate representation of color #7384C1: hue angle of 226.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7384C1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 132 | 193 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.24 |
| HSL | 226.92º | 0.39% | 0.6% | - |
| HSV(B) | 226.92º | 0.4% | 0.76% | - |
| XYZ | 24.95 | 24 | 53.77 | - |
| YUV | 133.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 193 | 0.40 | 0.32 | 0 | 0.24 | 226.92 | 0.39 | 0.6 |
| Hex | 73 | 84 | C1 | 28 | 20 | 0 | 18 | E3 | 27 | 3C |
| Octal | 163 | 204 | 301 | 50 | 40 | 0 | 30 | 343 | 47 | 74 |
| Binary | 1110011 | 10000100 | 11000001 | 101000 | 100000 | 0 | 11000 | 11100011 | 100111 | 111100 |
Color Harmonies of #7384C1
Complementary color
Monochromatic Colors of #7384C1
Black with #7384C1
Text Example
Text Example
White with #7384C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384C1; }
p { color: rgb(115,132,193); }
H1.HeaderClassName
{
color: #7384C1;
}
.AnyTagClassName
{
color: #7384C1;
}
</style>
background-color css
<style>
a { background-color: #7384C1; }
a { background-color: rgb(115,132,193); }
div.DivClassName
{
background-color: #7384C1;
}
.BgClassName
{
background-color: #7384C1;
}
</style>
border-color css
<style>
span { border-color: #7384C1; }
span { border-color: rgb(115,132,193); }
td.TdClassName
{
border-color: #7384C1;
}
.TagClassName
{
border-color: #7384C1;
}
</style>