#707DAE

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

Shades of Ship Cove #707DAE

Tints of Ship Cove #707DAE

Color information

#707DAE (or 0x707DAE) is unknown color: approx Ship Cove. HEX triplet: 70, 7D and AE. RGB value is (112,125,174). Sum of RGB (Red+Green+Blue) = 112+125+174=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #707DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DAE is #8F8251. Grayscale: #7E7E7E. Windows color (decimal): -9405010 or 11435376. OLE color: 11435376.

HSL color Cylindrical-coordinate representation of color #707DAE: hue angle of 227.42º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707DAE is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112125174-
CMYK0.360.2800.32
HSL227.42º27.68%56.08%-
HSV(B)227.42º35.63%68.24%-
XYZ21.6621.1742.99-
YUV126.7154.69117.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=27.25%
G=30.41%
B=42.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121251740.360.2800.32227.4227.6856.08
Hex707DAE241C020e31c38
Octal16017525644340403433470
Binary11100001111101101011101001001110001000001110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,174); }

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

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

 a { background-color: rgb(112,125,174); }

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

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

 span { border-color: rgb(112,125,174); }

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