Shades of Wild Blue Yonder #7395C2
Tints of Wild Blue Yonder #7395C2
RGB
CMYK
RGB Variations
Color information
#7395C2 (or 0x7395C2) is known color: Wild Blue Yonder. HEX triplet: 73, 95 and C2. RGB value is (115,149,194). Sum of RGB (Red+Green+Blue) = 115+149+194=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #7395C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395C2 is #8C6A3D. Grayscale: #8F8F8F. Windows color (decimal): -9202238 or 12752243. OLE color: 12752243.
HSL color Cylindrical-coordinate representation of color #7395C2: hue angle of 214.18º 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 #7395C2 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 149 | 194 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.24 |
| HSL | 214.18º | 0.39% | 0.61% | - |
| HSV(B) | 214.18º | 0.41% | 0.76% | - |
| XYZ | 27.56 | 29.03 | 55.19 | - |
| YUV | 143.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 194 | 0.41 | 0.23 | 0 | 0.24 | 214.18 | 0.39 | 0.61 |
| Hex | 73 | 95 | C2 | 29 | 17 | 0 | 18 | D6 | 27 | 3D |
| Octal | 163 | 225 | 302 | 51 | 27 | 0 | 30 | 326 | 47 | 75 |
| Binary | 1110011 | 10010101 | 11000010 | 101001 | 10111 | 0 | 11000 | 11010110 | 100111 | 111101 |
Color Harmonies of #7395C2
Complementary color
Monochromatic Colors of #7395C2
Black with #7395C2
Text Example
Text Example
White with #7395C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7395C2; }
p { color: rgb(115,149,194); }
H1.HeaderClassName
{
color: #7395C2;
}
.AnyTagClassName
{
color: #7395C2;
}
</style>
background-color css
<style>
a { background-color: #7395C2; }
a { background-color: rgb(115,149,194); }
div.DivClassName
{
background-color: #7395C2;
}
.BgClassName
{
background-color: #7395C2;
}
</style>
border-color css
<style>
span { border-color: #7395C2; }
span { border-color: rgb(115,149,194); }
td.TdClassName
{
border-color: #7395C2;
}
.TagClassName
{
border-color: #7395C2;
}
</style>