Shades of Wild Blue Yonder #7382C2
Tints of Wild Blue Yonder #7382C2
RGB
CMYK
RGB Variations
Color information
#7382C2 (or 0x7382C2) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and C2. RGB value is (115,130,194). Sum of RGB (Red+Green+Blue) = 115+130+194=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #7382C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382C2 is #8C7D3D. Grayscale: #848484. Windows color (decimal): -9207102 or 12747379. OLE color: 12747379.
HSL color Cylindrical-coordinate representation of color #7382C2: hue angle of 228.61º 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 #7382C2 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 130 | 194 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.24 |
| HSL | 228.61º | 0.39% | 0.61% | - |
| HSV(B) | 228.61º | 0.41% | 0.76% | - |
| XYZ | 24.79 | 23.51 | 54.27 | - |
| YUV | 132.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 194 | 0.41 | 0.33 | 0 | 0.24 | 228.61 | 0.39 | 0.61 |
| Hex | 73 | 82 | C2 | 29 | 21 | 0 | 18 | E5 | 27 | 3D |
| Octal | 163 | 202 | 302 | 51 | 41 | 0 | 30 | 345 | 47 | 75 |
| Binary | 1110011 | 10000010 | 11000010 | 101001 | 100001 | 0 | 11000 | 11100101 | 100111 | 111101 |
Color Harmonies of #7382C2
Complementary color
Monochromatic Colors of #7382C2
Black with #7382C2
Text Example
Text Example
White with #7382C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7382C2; }
p { color: rgb(115,130,194); }
H1.HeaderClassName
{
color: #7382C2;
}
.AnyTagClassName
{
color: #7382C2;
}
</style>
background-color css
<style>
a { background-color: #7382C2; }
a { background-color: rgb(115,130,194); }
div.DivClassName
{
background-color: #7382C2;
}
.BgClassName
{
background-color: #7382C2;
}
</style>
border-color css
<style>
span { border-color: #7382C2; }
span { border-color: rgb(115,130,194); }
td.TdClassName
{
border-color: #7382C2;
}
.TagClassName
{
border-color: #7382C2;
}
</style>