Shades of Wild Blue Yonder #707EC4
Tints of Wild Blue Yonder #707EC4
RGB
CMYK
RGB Variations
Color information
#707EC4 (or 0x707EC4) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and C4. RGB value is (112,126,196). Sum of RGB (Red+Green+Blue) = 112+126+196=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #707EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EC4 is #8F813B. Grayscale: #818181. Windows color (decimal): -9404732 or 12877424. OLE color: 12877424.
HSL color Cylindrical-coordinate representation of color #707EC4: hue angle of 230º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707EC4 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 126 | 196 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.23 |
| HSL | 230º | 0.42% | 0.6% | - |
| HSV(B) | 230º | 0.43% | 0.77% | - |
| XYZ | 24.11 | 22.35 | 55.27 | - |
| YUV | 129.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 196 | 0.43 | 0.36 | 0 | 0.23 | 230 | 0.42 | 0.6 |
| Hex | 70 | 7E | C4 | 2B | 24 | 0 | 17 | E6 | 2A | 3C |
| Octal | 160 | 176 | 304 | 53 | 44 | 0 | 27 | 346 | 52 | 74 |
| Binary | 1110000 | 1111110 | 11000100 | 101011 | 100100 | 0 | 10111 | 11100110 | 101010 | 111100 |
Color Harmonies of #707EC4
Complementary color
Monochromatic Colors of #707EC4
Black with #707EC4
Text Example
Text Example
White with #707EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EC4; }
p { color: rgb(112,126,196); }
H1.HeaderClassName
{
color: #707EC4;
}
.AnyTagClassName
{
color: #707EC4;
}
</style>
background-color css
<style>
a { background-color: #707EC4; }
a { background-color: rgb(112,126,196); }
div.DivClassName
{
background-color: #707EC4;
}
.BgClassName
{
background-color: #707EC4;
}
</style>
border-color css
<style>
span { border-color: #707EC4; }
span { border-color: rgb(112,126,196); }
td.TdClassName
{
border-color: #707EC4;
}
.TagClassName
{
border-color: #707EC4;
}
</style>