Shades of Wild Blue Yonder #7386CA
Tints of Wild Blue Yonder #7386CA
RGB
CMYK
RGB Variations
Color information
#7386CA (or 0x7386CA) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and CA. RGB value is (115,134,202). Sum of RGB (Red+Green+Blue) = 115+134+202=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #7386CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386CA is #8C7935. Grayscale: #878787. Windows color (decimal): -9206070 or 13272691. OLE color: 13272691.
HSL color Cylindrical-coordinate representation of color #7386CA: hue angle of 226.9º 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 #7386CA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 134 | 202 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.21 |
| HSL | 226.9º | 0.45% | 0.62% | - |
| HSV(B) | 226.9º | 0.43% | 0.79% | - |
| XYZ | 26.26 | 24.96 | 59.31 | - |
| YUV | 136.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 202 | 0.43 | 0.34 | 0 | 0.21 | 226.9 | 0.45 | 0.62 |
| Hex | 73 | 86 | CA | 2B | 22 | 0 | 15 | E3 | 2D | 3E |
| Octal | 163 | 206 | 312 | 53 | 42 | 0 | 25 | 343 | 55 | 76 |
| Binary | 1110011 | 10000110 | 11001010 | 101011 | 100010 | 0 | 10101 | 11100011 | 101101 | 111110 |
Color Harmonies of #7386CA
Complementary color
Monochromatic Colors of #7386CA
Black with #7386CA
Text Example
Text Example
White with #7386CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386CA; }
p { color: rgb(115,134,202); }
H1.HeaderClassName
{
color: #7386CA;
}
.AnyTagClassName
{
color: #7386CA;
}
</style>
background-color css
<style>
a { background-color: #7386CA; }
a { background-color: rgb(115,134,202); }
div.DivClassName
{
background-color: #7386CA;
}
.BgClassName
{
background-color: #7386CA;
}
</style>
border-color css
<style>
span { border-color: #7386CA; }
span { border-color: rgb(115,134,202); }
td.TdClassName
{
border-color: #7386CA;
}
.TagClassName
{
border-color: #7386CA;
}
</style>