#707ECE

Color #707ECE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #707ECE

Tints of Wild Blue Yonder #707ECE

Color information

#707ECE (or 0x707ECE) is unknown color: approx 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

RGB112126206-
CMYK0.460.3900.19
HSL231.06º48.96%62.35%-
HSV(B)231.06º45.63%80.78%-
XYZ25.2822.8261.47-
YUV130.93170.36114.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=25.23%
G=28.38%
B=46.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121262060.460.3900.19231.0648.9662.35
Hex707ECE2E27013e7313e
Octal16017631656470233476176
Binary111000011111101100111010111010011101001111100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>