Shades of Wild Blue Yonder #707ECF
Tints of Wild Blue Yonder #707ECF
RGB
CMYK
RGB Variations
Color information
#707ECF (or 0x707ECF) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and CF. RGB value is (112,126,207). Sum of RGB (Red+Green+Blue) = 112+126+207=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #707ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ECF is #8F8130. Grayscale: #828282. Windows color (decimal): -9404721 or 13598320. OLE color: 13598320.
HSL color Cylindrical-coordinate representation of color #707ECF: hue angle of 231.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707ECF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 126 | 207 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.19 |
| HSL | 231.16º | 0.5% | 0.63% | - |
| HSV(B) | 231.16º | 0.46% | 0.81% | - |
| XYZ | 25.41 | 22.87 | 62.11 | - |
| YUV | 131.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 207 | 0.46 | 0.39 | 0 | 0.19 | 231.16 | 0.5 | 0.63 |
| Hex | 70 | 7E | CF | 2E | 27 | 0 | 13 | E7 | 32 | 3F |
| Octal | 160 | 176 | 317 | 56 | 47 | 0 | 23 | 347 | 62 | 77 |
| Binary | 1110000 | 1111110 | 11001111 | 101110 | 100111 | 0 | 10011 | 11100111 | 110010 | 111111 |
Color Harmonies of #707ECF
Complementary color
Monochromatic Colors of #707ECF
Black with #707ECF
Text Example
Text Example
White with #707ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ECF; }
p { color: rgb(112,126,207); }
H1.HeaderClassName
{
color: #707ECF;
}
.AnyTagClassName
{
color: #707ECF;
}
</style>
background-color css
<style>
a { background-color: #707ECF; }
a { background-color: rgb(112,126,207); }
div.DivClassName
{
background-color: #707ECF;
}
.BgClassName
{
background-color: #707ECF;
}
</style>
border-color css
<style>
span { border-color: #707ECF; }
span { border-color: rgb(112,126,207); }
td.TdClassName
{
border-color: #707ECF;
}
.TagClassName
{
border-color: #707ECF;
}
</style>