#707FC6

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

Shades of Wild Blue Yonder #707FC6

Tints of Wild Blue Yonder #707FC6

Color information

#707FC6 (or 0x707FC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7F and C6. RGB value is (112,127,198). Sum of RGB (Red+Green+Blue) = 112+127+198=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #707FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FC6 is #8F8039. Grayscale: #828282. Windows color (decimal): -9404474 or 13008752. OLE color: 13008752.

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

Color convert

RGB112127198-
CMYK0.430.3600.22
HSL229.53º43%60.78%-
HSV(B)229.53º43.43%77.65%-
XYZ24.4622.756.52-
YUV130.61166.03114.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=25.63%
G=29.06%
B=45.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121271980.430.3600.22229.534360.78
Hex707FC62B24016e62b3d
Octal16017730653440263465375
Binary111000011111111100011010101110010001011011100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,198); }

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

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

 a { background-color: rgb(112,127,198); }

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

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

 span { border-color: rgb(112,127,198); }

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