#717DAE

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

Shades of Ship Cove #717DAE

Tints of Ship Cove #717DAE

Color information

#717DAE (or 0x717DAE) is unknown color: approx Ship Cove. HEX triplet: 71, 7D and AE. RGB value is (113,125,174). Sum of RGB (Red+Green+Blue) = 113+125+174=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #717DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DAE is #8E8251. Grayscale: #7E7E7E. Windows color (decimal): -9339474 or 11435377. OLE color: 11435377.

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

Color convert

RGB113125174-
CMYK0.350.2800.32
HSL228.2º27.35%56.27%-
HSV(B)228.2º35.06%68.24%-
XYZ21.7821.2342.99-
YUV127154.52118.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=27.43%
G=30.34%
B=42.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131251740.350.2800.32228.227.3556.27
Hex717DAE231C020e41b38
Octal16117525643340403443370
Binary11100011111101101011101000111110001000001110010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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