#717CAC

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

Shades of Ship Cove #717CAC

Tints of Ship Cove #717CAC

Color information

#717CAC (or 0x717CAC) is unknown color: approx Ship Cove. HEX triplet: 71, 7C and AC. RGB value is (113,124,172). Sum of RGB (Red+Green+Blue) = 113+124+172=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #717CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717CAC is #8E8353. Grayscale: #7D7D7D. Windows color (decimal): -9339732 or 11304049. OLE color: 11304049.

HSL color Cylindrical-coordinate representation of color #717CAC: hue angle of 228.81º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717CAC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113124172-
CMYK0.340.2800.33
HSL228.81º26.22%55.88%-
HSV(B)228.81º34.3%67.45%-
XYZ21.4620.941.93-
YUV126.18153.86118.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=27.63%
G=30.32%
B=42.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131241720.340.2800.33228.8126.2255.88
Hex717CAC221C021e51a38
Octal16117425442340413453270
Binary11100011111100101011001000101110001000011110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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