#707EA6

Color #707EA6 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #707EA6

Tints of Ship Cove #707EA6

Color information

#707EA6 (or 0x707EA6) is unknown color: approx Ship Cove. HEX triplet: 70, 7E and A6. RGB value is (112,126,166). Sum of RGB (Red+Green+Blue) = 112+126+166=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #707EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA6 is #8F8159. Grayscale: #7E7E7E. Windows color (decimal): -9404762 or 10911344. OLE color: 10911344.

HSL color Cylindrical-coordinate representation of color #707EA6: hue angle of 224.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707EA6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112126166-
CMYK0.330.2400.35
HSL224.44º23.28%54.51%-
HSV(B)224.44º32.53%65.1%-
XYZ21.0321.1239.04-
YUV126.37150.36117.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 166 (65.23% from 255) = 41.09%
R=27.72%
G=31.19%
B=41.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121261660.330.2400.35224.4423.2854.51
Hex707EA62118023e01737
Octal16017624641300433402767
Binary11100001111110101001101000011100001000111110000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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