#808EA4

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

Shades of Ship Cove #808EA4

Tints of Ship Cove #808EA4

Color information

#808EA4 (or 0x808EA4) is unknown color: approx Ship Cove. HEX triplet: 80, 8E and A4. RGB value is (128,142,164). Sum of RGB (Red+Green+Blue) = 128+142+164=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #808EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EA4 is #7F715B. Grayscale: #8C8C8C. Windows color (decimal): -8352092 or 10784384. OLE color: 10784384.

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

Color convert

RGB128142164-
CMYK0.220.1300.36
HSL216.67º16.51%57.25%-
HSV(B)216.67º21.95%64.31%-
XYZ25.2826.6238.93-
YUV140.32141.36119.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=29.49%
G=32.72%
B=37.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281421640.220.1300.36216.6716.5157.25
Hex808EA416D024d91139
Octal20021624426150443312171
Binary10000000100011101010010010110110101001001101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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