#80899F

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

Shades of Ship Cove #80899F

Tints of Ship Cove #80899F

Color information

#80899F (or 0x80899F) is unknown color: approx Ship Cove. HEX triplet: 80, 89 and 9F. RGB value is (128,137,159). Sum of RGB (Red+Green+Blue) = 128+137+159=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #80899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80899F is #7F7660. Grayscale: #888888. Windows color (decimal): -8353377 or 10455424. OLE color: 10455424.

HSL color Cylindrical-coordinate representation of color #80899F: hue angle of 222.58º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80899F is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128137159-
CMYK0.190.1400.38
HSL222.58º13.9%56.27%-
HSV(B)222.58º19.5%62.35%-
XYZ24.1124.9836.35-
YUV136.82140.52121.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=30.19%
G=32.31%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281371590.190.1400.38222.5813.956.27
Hex80899F13E026dfe38
Octal20021123723160463371670
Binary1000000010001001100111111001111100100110110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80899F; }

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

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

<style>
 a { background-color: #80899F; }

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

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

<style>
 span { border-color: #80899F; }

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

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