#808EA5

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

Shades of Ship Cove #808EA5

Tints of Ship Cove #808EA5

Color information

#808EA5 (or 0x808EA5) is unknown color: approx Ship Cove. HEX triplet: 80, 8E and A5. RGB value is (128,142,165). Sum of RGB (Red+Green+Blue) = 128+142+165=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 165 - color contains mainly: blue. Hex color #808EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EA5 is #7F715A. Grayscale: #8C8C8C. Windows color (decimal): -8352091 or 10849920. OLE color: 10849920.

HSL color Cylindrical-coordinate representation of color #808EA5: hue angle of 217.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808EA5 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128142165-
CMYK0.220.1400.35
HSL217.3º17.05%57.45%-
HSV(B)217.3º22.42%64.71%-
XYZ25.3726.6539.4-
YUV140.44141.86119.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=29.43%
G=32.64%
B=37.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281421650.220.1400.35217.317.0557.45
Hex808EA516E023d91139
Octal20021624526160433312171
Binary10000000100011101010010110110111001000111101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808EA5; }

 p { color: rgb(128,142,165); }

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

<style>
 a { background-color: #808EA5; }

 a { background-color: rgb(128,142,165); }

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

<style>
 span { border-color: #808EA5; }

 span { border-color: rgb(128,142,165); }

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