#7184A4

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

Shades of Ship Cove #7184A4

Tints of Ship Cove #7184A4

Color information

#7184A4 (or 0x7184A4) is unknown color: approx Ship Cove. HEX triplet: 71, 84 and A4. RGB value is (113,132,164). Sum of RGB (Red+Green+Blue) = 113+132+164=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #7184A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7184A4 is #8E7B5B. Grayscale: #818181. Windows color (decimal): -9337692 or 10781809. OLE color: 10781809.

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

Color convert

RGB113132164-
CMYK0.310.2000.36
HSL217.65º21.89%54.31%-
HSV(B)217.65º31.1%64.31%-
XYZ21.7622.6938.36-
YUV129.97147.21115.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=27.63%
G=32.27%
B=40.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131321640.310.2000.36217.6521.8954.31
Hex7184A41F14024da1636
Octal16120424437240443322666
Binary11100011000010010100100111111010001001001101101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7184A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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