#707cc8

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

Shades of Wild Blue Yonder #707CC8

Tints of Wild Blue Yonder #707CC8

Color information

#707CC8 (or 0x707CC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7C and C8. RGB value is (112,124,200). Sum of RGB (Red+Green+Blue) = 112+124+200=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #707CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CC8 is #8F8337. Grayscale: #808080. Windows color (decimal): -9405240 or 13139056. OLE color: 13139056.

HSL color Cylindrical-coordinate representation of color #707CC8: hue angle of 231.82º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707CC8 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112124200-
CMYK0.440.3800.22
HSL231.82º44.44%61.18%-
HSV(B)231.82º44%78.43%-
XYZ24.3222.0357.61-
YUV129.08168.02115.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 200 (78.52% from 255) = 45.87%
R=25.69%
G=28.44%
B=45.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121242000.440.3800.22231.8244.4461.18
Hex707CC82C26016e82c3d
Octal16017431054460263505475
Binary111000011111001100100010110010011001011011101000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707cc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,124,200); }

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

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

 a { background-color: rgb(112,124,200); }

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

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

 span { border-color: rgb(112,124,200); }

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