Shades of Wild Blue Yonder #7384C2
Tints of Wild Blue Yonder #7384C2
RGB
CMYK
RGB Variations
Color information
#7384C2 (or 0x7384C2) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and C2. RGB value is (115,132,194). Sum of RGB (Red+Green+Blue) = 115+132+194=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #7384C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384C2 is #8C7B3D. Grayscale: #858585. Windows color (decimal): -9206590 or 12747891. OLE color: 12747891.
HSL color Cylindrical-coordinate representation of color #7384C2: hue angle of 227.09º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7384C2 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 132 | 194 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.24 |
| HSL | 227.09º | 0.39% | 0.61% | - |
| HSV(B) | 227.09º | 0.41% | 0.76% | - |
| XYZ | 25.06 | 24.04 | 54.36 | - |
| YUV | 133.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 194 | 0.41 | 0.32 | 0 | 0.24 | 227.09 | 0.39 | 0.61 |
| Hex | 73 | 84 | C2 | 29 | 20 | 0 | 18 | E3 | 27 | 3D |
| Octal | 163 | 204 | 302 | 51 | 40 | 0 | 30 | 343 | 47 | 75 |
| Binary | 1110011 | 10000100 | 11000010 | 101001 | 100000 | 0 | 11000 | 11100011 | 100111 | 111101 |
Color Harmonies of #7384C2
Complementary color
Monochromatic Colors of #7384C2
Black with #7384C2
Text Example
Text Example
White with #7384C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384C2; }
p { color: rgb(115,132,194); }
H1.HeaderClassName
{
color: #7384C2;
}
.AnyTagClassName
{
color: #7384C2;
}
</style>
background-color css
<style>
a { background-color: #7384C2; }
a { background-color: rgb(115,132,194); }
div.DivClassName
{
background-color: #7384C2;
}
.BgClassName
{
background-color: #7384C2;
}
</style>
border-color css
<style>
span { border-color: #7384C2; }
span { border-color: rgb(115,132,194); }
td.TdClassName
{
border-color: #7384C2;
}
.TagClassName
{
border-color: #7384C2;
}
</style>