#7179A4

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

Shades of Ship Cove #7179A4

Tints of Ship Cove #7179A4

Color information

#7179A4 (or 0x7179A4) is unknown color: approx Ship Cove. HEX triplet: 71, 79 and A4. RGB value is (113,121,164). Sum of RGB (Red+Green+Blue) = 113+121+164=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #7179A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7179A4 is #8E865B. Grayscale: #7B7B7B. Windows color (decimal): -9340508 or 10778993. OLE color: 10778993.

HSL color Cylindrical-coordinate representation of color #7179A4: hue angle of 230.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7179A4 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113121164-
CMYK0.310.2600.36
HSL230.59º21.89%54.31%-
HSV(B)230.59º31.1%64.31%-
XYZ20.3519.8737.88-
YUV123.51150.85120.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=28.39%
G=30.40%
B=41.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131211640.310.2600.36230.5921.8954.31
Hex7179A41F1A024e71636
Octal16117124437320443472666
Binary1110001111100110100100111111101001001001110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7179A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7179A4; }

 p { color: rgb(113,121,164); }

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

<style>
 a { background-color: #7179A4; }

 a { background-color: rgb(113,121,164); }

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

<style>
 span { border-color: #7179A4; }

 span { border-color: rgb(113,121,164); }

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