#80899D

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

Shades of Ship Cove #80899D

Tints of Ship Cove #80899D

Color information

#80899D (or 0x80899D) is unknown color: approx Ship Cove. HEX triplet: 80, 89 and 9D. RGB value is (128,137,157). Sum of RGB (Red+Green+Blue) = 128+137+157=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #80899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80899D is #7F7662. Grayscale: #888888. Windows color (decimal): -8353379 or 10324352. OLE color: 10324352.

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

Color convert

RGB128137157-
CMYK0.180.1300.38
HSL221.38º12.89%55.88%-
HSV(B)221.38º18.47%61.57%-
XYZ23.9324.9135.45-
YUV136.59139.52121.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=30.33%
G=32.46%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281371570.180.1300.38221.3812.8955.88
Hex80899D12D026ddd38
Octal20021123522150463351570
Binary1000000010001001100111011001011010100110110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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