#8089AD

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

Shades of Ship Cove #8089AD

Tints of Ship Cove #8089AD

Color information

#8089AD (or 0x8089AD) is unknown color: approx Ship Cove. HEX triplet: 80, 89 and AD. RGB value is (128,137,173). Sum of RGB (Red+Green+Blue) = 128+137+173=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8089AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8089AD is #7F7652. Grayscale: #8A8A8A. Windows color (decimal): -8353363 or 11372928. OLE color: 11372928.

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

Color convert

RGB128137173-
CMYK0.260.2100.32
HSL228º21.53%59.02%-
HSV(B)228º26.01%67.84%-
XYZ25.3925.543.12-
YUV138.41147.52120.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=29.22%
G=31.28%
B=39.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281371730.260.2100.3222821.5359.02
Hex8089AD1A15020e4163b
Octal20021125532250403442673
Binary100000001000100110101101110101010101000001110010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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