Shades of Wild Blue Yonder #707ECE
Tints of Wild Blue Yonder #707ECE
RGB
CMYK
RGB Variations
Color information
#707ECE (or 0x707ECE) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and CE. RGB value is (112,126,206). Sum of RGB (Red+Green+Blue) = 112+126+206=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #707ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ECE is #8F8131. Grayscale: #828282. Windows color (decimal): -9404722 or 13532784. OLE color: 13532784.
HSL color Cylindrical-coordinate representation of color #707ECE: hue angle of 231.06º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707ECE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 126 | 206 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.19 |
| HSL | 231.06º | 0.49% | 0.62% | - |
| HSV(B) | 231.06º | 0.46% | 0.81% | - |
| XYZ | 25.28 | 22.82 | 61.47 | - |
| YUV | 130.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 206 | 0.46 | 0.39 | 0 | 0.19 | 231.06 | 0.49 | 0.62 |
| Hex | 70 | 7E | CE | 2E | 27 | 0 | 13 | E7 | 31 | 3E |
| Octal | 160 | 176 | 316 | 56 | 47 | 0 | 23 | 347 | 61 | 76 |
| Binary | 1110000 | 1111110 | 11001110 | 101110 | 100111 | 0 | 10011 | 11100111 | 110001 | 111110 |
Color Harmonies of #707ECE
Complementary color
Monochromatic Colors of #707ECE
Black with #707ECE
Text Example
Text Example
White with #707ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ECE; }
p { color: rgb(112,126,206); }
H1.HeaderClassName
{
color: #707ECE;
}
.AnyTagClassName
{
color: #707ECE;
}
</style>
background-color css
<style>
a { background-color: #707ECE; }
a { background-color: rgb(112,126,206); }
div.DivClassName
{
background-color: #707ECE;
}
.BgClassName
{
background-color: #707ECE;
}
</style>
border-color css
<style>
span { border-color: #707ECE; }
span { border-color: rgb(112,126,206); }
td.TdClassName
{
border-color: #707ECE;
}
.TagClassName
{
border-color: #707ECE;
}
</style>