Shades of Wild Blue Yonder #707EC9
Tints of Wild Blue Yonder #707EC9
RGB
CMYK
RGB Variations
Color information
#707EC9 (or 0x707EC9) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and C9. RGB value is (112,126,201). Sum of RGB (Red+Green+Blue) = 112+126+201=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #707EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EC9 is #8F8136. Grayscale: #828282. Windows color (decimal): -9404727 or 13205104. OLE color: 13205104.
HSL color Cylindrical-coordinate representation of color #707EC9: hue angle of 230.56º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707EC9 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 126 | 201 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.21 |
| HSL | 230.56º | 0.45% | 0.61% | - |
| HSV(B) | 230.56º | 0.44% | 0.79% | - |
| XYZ | 24.69 | 22.58 | 58.32 | - |
| YUV | 130.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 201 | 0.44 | 0.37 | 0 | 0.21 | 230.56 | 0.45 | 0.61 |
| Hex | 70 | 7E | C9 | 2C | 25 | 0 | 15 | E7 | 2D | 3D |
| Octal | 160 | 176 | 311 | 54 | 45 | 0 | 25 | 347 | 55 | 75 |
| Binary | 1110000 | 1111110 | 11001001 | 101100 | 100101 | 0 | 10101 | 11100111 | 101101 | 111101 |
Color Harmonies of #707EC9
Complementary color
Monochromatic Colors of #707EC9
Black with #707EC9
Text Example
Text Example
White with #707EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EC9; }
p { color: rgb(112,126,201); }
H1.HeaderClassName
{
color: #707EC9;
}
.AnyTagClassName
{
color: #707EC9;
}
</style>
background-color css
<style>
a { background-color: #707EC9; }
a { background-color: rgb(112,126,201); }
div.DivClassName
{
background-color: #707EC9;
}
.BgClassName
{
background-color: #707EC9;
}
</style>
border-color css
<style>
span { border-color: #707EC9; }
span { border-color: rgb(112,126,201); }
td.TdClassName
{
border-color: #707EC9;
}
.TagClassName
{
border-color: #707EC9;
}
</style>