#717CA2

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

Shades of Ship Cove #717CA2

Tints of Ship Cove #717CA2

Color information

#717CA2 (or 0x717CA2) is unknown color: approx Ship Cove. HEX triplet: 71, 7C and A2. RGB value is (113,124,162). Sum of RGB (Red+Green+Blue) = 113+124+162=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #717CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717CA2 is #8E835D. Grayscale: #7C7C7C. Windows color (decimal): -9339742 or 10648689. OLE color: 10648689.

HSL color Cylindrical-coordinate representation of color #717CA2: hue angle of 226.53º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717CA2 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113124162-
CMYK0.300.2300.36
HSL226.53º20.85%53.92%-
HSV(B)226.53º30.25%63.53%-
XYZ20.5420.5337.06-
YUV125.04148.86119.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=28.32%
G=31.08%
B=40.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131241620.300.2300.36226.5320.8553.92
Hex717CA21E17024e31536
Octal16117424236270443432566
Binary1110001111110010100010111101011101001001110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,162); }

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

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

 a { background-color: rgb(113,124,162); }

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

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

 span { border-color: rgb(113,124,162); }

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