#717FA2

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

Shades of Ship Cove #717FA2

Tints of Ship Cove #717FA2

Color information

#717FA2 (or 0x717FA2) is unknown color: approx Ship Cove. HEX triplet: 71, 7F and A2. RGB value is (113,127,162). Sum of RGB (Red+Green+Blue) = 113+127+162=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #717FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FA2 is #8E805D. Grayscale: #7E7E7E. Windows color (decimal): -9338974 or 10649457. OLE color: 10649457.

HSL color Cylindrical-coordinate representation of color #717FA2: hue angle of 222.86º 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 #717FA2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113127162-
CMYK0.300.2200.36
HSL222.86º20.85%53.92%-
HSV(B)222.86º30.25%63.53%-
XYZ20.9221.337.19-
YUV126.8147.86118.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=28.11%
G=31.59%
B=40.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131271620.300.2200.36222.8620.8553.92
Hex717FA21E16024df1536
Octal16117724236260443372566
Binary1110001111111110100010111101011001001001101111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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