#707ed5

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

Shades of Wild Blue Yonder #707ED5

Tints of Wild Blue Yonder #707ED5

Color information

#707ED5 (or 0x707ED5) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7E and D5. RGB value is (112,126,213). Sum of RGB (Red+Green+Blue) = 112+126+213=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #707ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ED5 is #8F812A. Grayscale: #838383. Windows color (decimal): -9404715 or 13991536. OLE color: 13991536.

HSL color Cylindrical-coordinate representation of color #707ED5: hue angle of 231.68º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #707ED5 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112126213-
CMYK0.470.4100.16
HSL231.68º54.59%63.73%-
HSV(B)231.68º47.42%83.53%-
XYZ26.1523.1766.04-
YUV131.73173.86113.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 213 (83.59% from 255) = 47.23%
R=24.83%
G=27.94%
B=47.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121262130.470.4100.16231.6854.5963.73
Hex707ED52F29010e83740
Octal160176325575102035067100
Binary1110000111111011010101101111101001010000111010001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707ed5; }

 p { color: rgb(112,126,213); }

 H1.HeaderClassName
 {
   color: #707ed5;
 }
 .AnyTagClassName
 {
   color: #707ed5;
 }
</style>
background-color css

<style>
 a { background-color: #707ed5; }

 a { background-color: rgb(112,126,213); }

 div.DivClassName
 {
   background-color: #707ed5;
 }
 .BgClassName
 {
   background-color: #707ed5;
 }
</style>
border-color css

<style>
 span { border-color: #707ed5; }

 span { border-color: rgb(112,126,213); }

 td.TdClassName
 {
   border-color: #707ed5;
 }
 .TagClassName
 {
   border-color: #707ed5;
 }
</style>