#717D9D

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

Shades of Ship Cove #717D9D

Tints of Ship Cove #717D9D

Color information

#717D9D (or 0x717D9D) is unknown color: approx Ship Cove. HEX triplet: 71, 7D and 9D. RGB value is (113,125,157). Sum of RGB (Red+Green+Blue) = 113+125+157=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #717D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D9D is #8E8262. Grayscale: #7C7C7C. Windows color (decimal): -9339491 or 10321265. OLE color: 10321265.

HSL color Cylindrical-coordinate representation of color #717D9D: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717D9D is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113125157-
CMYK0.280.2000.38
HSL223.64º18.33%52.94%-
HSV(B)223.64º28.03%61.57%-
XYZ20.2320.6134.81-
YUV125.06146.02119.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=28.61%
G=31.65%
B=39.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131251570.280.2000.38223.6418.3352.94
Hex717D9D1C14026e01235
Octal16117523534240463402265
Binary1110001111110110011101111001010001001101110000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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