#7186AB

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

Shades of Ship Cove #7186AB

Tints of Ship Cove #7186AB

Color information

#7186AB (or 0x7186AB) is unknown color: approx Ship Cove. HEX triplet: 71, 86 and AB. RGB value is (113,134,171). Sum of RGB (Red+Green+Blue) = 113+134+171=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #7186AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7186AB is #8E7954. Grayscale: #838383. Windows color (decimal): -9337173 or 11241073. OLE color: 11241073.

HSL color Cylindrical-coordinate representation of color #7186AB: hue angle of 218.28º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7186AB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113134171-
CMYK0.340.2200.33
HSL218.28º25.66%55.69%-
HSV(B)218.28º33.92%67.06%-
XYZ22.6923.541.87-
YUV131.94150.04114.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.03%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=27.03%
G=32.06%
B=40.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131341710.340.2200.33218.2825.6655.69
Hex7186AB2216021da1a38
Octal16120625342260413323270
Binary111000110000110101010111000101011001000011101101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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