Shades of Wild Blue Yonder #707ECC
Tints of Wild Blue Yonder #707ECC
RGB
CMYK
RGB Variations
Color information
#707ECC (or 0x707ECC) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and CC. RGB value is (112,126,204). Sum of RGB (Red+Green+Blue) = 112+126+204=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #707ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ECC is #8F8133. Grayscale: #828282. Windows color (decimal): -9404724 or 13401712. OLE color: 13401712.
HSL color Cylindrical-coordinate representation of color #707ECC: hue angle of 230.87º degrees, saturation: 0.47, 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 #707ECC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 126 | 204 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.2 |
| HSL | 230.87º | 0.47% | 0.62% | - |
| HSV(B) | 230.87º | 0.45% | 0.8% | - |
| XYZ | 25.04 | 22.73 | 60.19 | - |
| YUV | 130.71 | 169.36 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 204 | 0.45 | 0.38 | 0 | 0.2 | 230.87 | 0.47 | 0.62 |
| Hex | 70 | 7E | CC | 2D | 26 | 0 | 14 | E7 | 2F | 3E |
| Octal | 160 | 176 | 314 | 55 | 46 | 0 | 24 | 347 | 57 | 76 |
| Binary | 1110000 | 1111110 | 11001100 | 101101 | 100110 | 0 | 10100 | 11100111 | 101111 | 111110 |
Color Harmonies of #707ECC
Complementary color
Monochromatic Colors of #707ECC
Black with #707ECC
Text Example
Text Example
White with #707ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ECC; }
p { color: rgb(112,126,204); }
H1.HeaderClassName
{
color: #707ECC;
}
.AnyTagClassName
{
color: #707ECC;
}
</style>
background-color css
<style>
a { background-color: #707ECC; }
a { background-color: rgb(112,126,204); }
div.DivClassName
{
background-color: #707ECC;
}
.BgClassName
{
background-color: #707ECC;
}
</style>
border-color css
<style>
span { border-color: #707ECC; }
span { border-color: rgb(112,126,204); }
td.TdClassName
{
border-color: #707ECC;
}
.TagClassName
{
border-color: #707ECC;
}
</style>