#8186AC

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

Shades of Ship Cove #8186AC

Tints of Ship Cove #8186AC

Color information

#8186AC (or 0x8186AC) is unknown color: approx Ship Cove. HEX triplet: 81, 86 and AC. RGB value is (129,134,172). Sum of RGB (Red+Green+Blue) = 129+134+172=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #8186AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8186AC is #7E7953. Grayscale: #888888. Windows color (decimal): -8288596 or 11306625. OLE color: 11306625.

HSL color Cylindrical-coordinate representation of color #8186AC: hue angle of 233.02º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8186AC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129134172-
CMYK0.250.2200.33
HSL233.02º20.57%59.02%-
HSV(B)233.02º25%67.45%-
XYZ25.0224.742.48-
YUV136.84147.84122.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=29.66%
G=30.80%
B=39.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291341720.250.2200.33233.0220.5759.02
Hex8186AC1916021e9153b
Octal20120625431260413512573
Binary100000011000011010101100110011011001000011110100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8186AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8186AC; }

 p { color: rgb(129,134,172); }

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

<style>
 a { background-color: #8186AC; }

 a { background-color: rgb(129,134,172); }

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

<style>
 span { border-color: #8186AC; }

 span { border-color: rgb(129,134,172); }

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