#717FAF

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

Shades of Ship Cove #717FAF

Tints of Ship Cove #717FAF

Color information

#717FAF (or 0x717FAF) is unknown color: approx Ship Cove. HEX triplet: 71, 7F and AF. RGB value is (113,127,175). Sum of RGB (Red+Green+Blue) = 113+127+175=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #717FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FAF is #8E8050. Grayscale: #808080. Windows color (decimal): -9338961 or 11501425. OLE color: 11501425.

HSL color Cylindrical-coordinate representation of color #717FAF: hue angle of 226.45º 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 #717FAF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113127175-
CMYK0.350.2700.31
HSL226.45º27.93%56.47%-
HSV(B)226.45º35.43%68.63%-
XYZ22.1421.7843.6-
YUV128.29154.36117.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=27.23%
G=30.60%
B=42.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131271750.350.2700.31226.4527.9356.47
Hex717FAF231B01Fe21c38
Octal16117725743330373423470
Binary1110001111111110101111100011110110111111110001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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