Shades of Wild Blue Yonder #707ECD
Tints of Wild Blue Yonder #707ECD
RGB
CMYK
RGB Variations
Color information
#707ECD (or 0x707ECD) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and CD. RGB value is (112,126,205). Sum of RGB (Red+Green+Blue) = 112+126+205=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #707ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ECD is #8F8132. Grayscale: #828282. Windows color (decimal): -9404723 or 13467248. OLE color: 13467248.
HSL color Cylindrical-coordinate representation of color #707ECD: hue angle of 230.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707ECD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 126 | 205 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.20 |
| HSL | 230.97º | 0.48% | 0.62% | - |
| HSV(B) | 230.97º | 0.45% | 0.8% | - |
| XYZ | 25.16 | 22.77 | 60.83 | - |
| YUV | 130.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 205 | 0.45 | 0.39 | 0 | 0.20 | 230.97 | 0.48 | 0.62 |
| Hex | 70 | 7E | CD | 2D | 27 | 0 | 14 | E7 | 30 | 3E |
| Octal | 160 | 176 | 315 | 55 | 47 | 0 | 24 | 347 | 60 | 76 |
| Binary | 1110000 | 1111110 | 11001101 | 101101 | 100111 | 0 | 10100 | 11100111 | 110000 | 111110 |
Color Harmonies of #707ECD
Complementary color
Monochromatic Colors of #707ECD
Black with #707ECD
Text Example
Text Example
White with #707ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ECD; }
p { color: rgb(112,126,205); }
H1.HeaderClassName
{
color: #707ECD;
}
.AnyTagClassName
{
color: #707ECD;
}
</style>
background-color css
<style>
a { background-color: #707ECD; }
a { background-color: rgb(112,126,205); }
div.DivClassName
{
background-color: #707ECD;
}
.BgClassName
{
background-color: #707ECD;
}
</style>
border-color css
<style>
span { border-color: #707ECD; }
span { border-color: rgb(112,126,205); }
td.TdClassName
{
border-color: #707ECD;
}
.TagClassName
{
border-color: #707ECD;
}
</style>