#8089AC

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

Shades of Ship Cove #8089AC

Tints of Ship Cove #8089AC

Color information

#8089AC (or 0x8089AC) is unknown color: approx Ship Cove. HEX triplet: 80, 89 and AC. RGB value is (128,137,172). Sum of RGB (Red+Green+Blue) = 128+137+172=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8089AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8089AC is #7F7653. Grayscale: #8A8A8A. Windows color (decimal): -8353364 or 11307392. OLE color: 11307392.

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

Color convert

RGB128137172-
CMYK0.260.2000.33
HSL227.73º20.95%58.82%-
HSV(B)227.73º25.58%67.45%-
XYZ25.2925.4642.61-
YUV138.3147.02120.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=29.29%
G=31.35%
B=39.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281371720.260.2000.33227.7320.9558.82
Hex8089AC1A14021e4153b
Octal20021125432240413442573
Binary100000001000100110101100110101010001000011110010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,137,172); }

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

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

 a { background-color: rgb(128,137,172); }

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

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

 span { border-color: rgb(128,137,172); }

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