#7182A4

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

Shades of Ship Cove #7182A4

Tints of Ship Cove #7182A4

Color information

#7182A4 (or 0x7182A4) is unknown color: approx Ship Cove. HEX triplet: 71, 82 and A4. RGB value is (113,130,164). Sum of RGB (Red+Green+Blue) = 113+130+164=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #7182A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7182A4 is #8E7D5B. Grayscale: #808080. Windows color (decimal): -9338204 or 10781297. OLE color: 10781297.

HSL color Cylindrical-coordinate representation of color #7182A4: hue angle of 220º 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 #7182A4 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113130164-
CMYK0.310.2100.36
HSL220º21.89%54.31%-
HSV(B)220º31.1%64.31%-
XYZ21.4922.1638.27-
YUV128.79147.87116.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=27.76%
G=31.94%
B=40.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131301640.310.2100.3622021.8954.31
Hex7182A41F15024dc1636
Octal16120224437250443342666
Binary11100011000001010100100111111010101001001101110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7182A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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