#717FAA

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

Shades of Ship Cove #717FAA

Tints of Ship Cove #717FAA

Color information

#717FAA (or 0x717FAA) is unknown color: approx Ship Cove. HEX triplet: 71, 7F and AA. RGB value is (113,127,170). Sum of RGB (Red+Green+Blue) = 113+127+170=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #717FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FAA is #8E8055. Grayscale: #7F7F7F. Windows color (decimal): -9338966 or 11173745. OLE color: 11173745.

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

Color convert

RGB113127170-
CMYK0.340.2500.33
HSL225.26º25.11%55.49%-
HSV(B)225.26º33.53%66.67%-
XYZ21.6621.5941.06-
YUV127.72151.86117.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=27.56%
G=30.98%
B=41.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131271700.340.2500.33225.2625.1155.49
Hex717FAA2219021e11937
Octal16117725242310413413167
Binary11100011111111101010101000101100101000011110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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