Shades of Wild Blue Yonder #7380CA
Tints of Wild Blue Yonder #7380CA
RGB
CMYK
RGB Variations
Color information
#7380CA (or 0x7380CA) is known color: Wild Blue Yonder. HEX triplet: 73, 80 and CA. RGB value is (115,128,202). Sum of RGB (Red+Green+Blue) = 115+128+202=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #7380CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380CA is #8C7F35. Grayscale: #848484. Windows color (decimal): -9207606 or 13271155. OLE color: 13271155.
HSL color Cylindrical-coordinate representation of color #7380CA: hue angle of 231.03º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7380CA is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 128 | 202 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.21 |
| HSL | 231.03º | 0.45% | 0.62% | - |
| HSV(B) | 231.03º | 0.43% | 0.79% | - |
| XYZ | 25.45 | 23.35 | 59.04 | - |
| YUV | 132.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 202 | 0.43 | 0.37 | 0 | 0.21 | 231.03 | 0.45 | 0.62 |
| Hex | 73 | 80 | CA | 2B | 25 | 0 | 15 | E7 | 2D | 3E |
| Octal | 163 | 200 | 312 | 53 | 45 | 0 | 25 | 347 | 55 | 76 |
| Binary | 1110011 | 10000000 | 11001010 | 101011 | 100101 | 0 | 10101 | 11100111 | 101101 | 111110 |
Color Harmonies of #7380CA
Complementary color
Monochromatic Colors of #7380CA
Black with #7380CA
Text Example
Text Example
White with #7380CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7380CA; }
p { color: rgb(115,128,202); }
H1.HeaderClassName
{
color: #7380CA;
}
.AnyTagClassName
{
color: #7380CA;
}
</style>
background-color css
<style>
a { background-color: #7380CA; }
a { background-color: rgb(115,128,202); }
div.DivClassName
{
background-color: #7380CA;
}
.BgClassName
{
background-color: #7380CA;
}
</style>
border-color css
<style>
span { border-color: #7380CA; }
span { border-color: rgb(115,128,202); }
td.TdClassName
{
border-color: #7380CA;
}
.TagClassName
{
border-color: #7380CA;
}
</style>