#717DAF

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

Shades of Ship Cove #717DAF

Tints of Ship Cove #717DAF

Color information

#717DAF (or 0x717DAF) is unknown color: approx Ship Cove. HEX triplet: 71, 7D and AF. RGB value is (113,125,175). Sum of RGB (Red+Green+Blue) = 113+125+175=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #717DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DAF is #8E8250. Grayscale: #7E7E7E. Windows color (decimal): -9339473 or 11500913. OLE color: 11500913.

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

Color convert

RGB113125175-
CMYK0.350.2900.31
HSL228.39º27.93%56.47%-
HSV(B)228.39º35.43%68.63%-
XYZ21.8821.2743.51-
YUV127.11155.02117.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=27.36%
G=30.27%
B=42.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131251750.350.2900.31228.3927.9356.47
Hex717DAF231D01Fe41c38
Octal16117525743350373443470
Binary1110001111110110101111100011111010111111110010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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