#707DAF

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

Shades of Ship Cove #707DAF

Tints of Ship Cove #707DAF

Color information

#707DAF (or 0x707DAF) is unknown color: approx Ship Cove. HEX triplet: 70, 7D and AF. RGB value is (112,125,175). Sum of RGB (Red+Green+Blue) = 112+125+175=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #707DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DAF is #8F8250. Grayscale: #7E7E7E. Windows color (decimal): -9405009 or 11500912. OLE color: 11500912.

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

Color convert

RGB112125175-
CMYK0.360.2900.31
HSL227.62º28.25%56.27%-
HSV(B)227.62º36%68.63%-
XYZ21.7521.2143.5-
YUV126.81155.19117.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=27.18%
G=30.34%
B=42.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121251750.360.2900.31227.6228.2556.27
Hex707DAF241D01Fe41c38
Octal16017525744350373443470
Binary1110000111110110101111100100111010111111110010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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