#7186A4

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

Shades of Ship Cove #7186A4

Tints of Ship Cove #7186A4

Color information

#7186A4 (or 0x7186A4) is unknown color: approx Ship Cove. HEX triplet: 71, 86 and A4. RGB value is (113,134,164). Sum of RGB (Red+Green+Blue) = 113+134+164=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #7186A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7186A4 is #8E795B. Grayscale: #838383. Windows color (decimal): -9337180 or 10782321. OLE color: 10782321.

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

Color convert

RGB113134164-
CMYK0.310.1800.36
HSL215.29º21.89%54.31%-
HSV(B)215.29º31.1%64.31%-
XYZ22.0423.2438.45-
YUV131.14146.54115.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=27.49%
G=32.60%
B=39.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131341640.310.1800.36215.2921.8954.31
Hex7186A41F12024d71636
Octal16120624437220443272666
Binary11100011000011010100100111111001001001001101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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