#808EAA

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

Shades of Ship Cove #808EAA

Tints of Ship Cove #808EAA

Color information

#808EAA (or 0x808EAA) is unknown color: approx Ship Cove. HEX triplet: 80, 8E and AA. RGB value is (128,142,170). Sum of RGB (Red+Green+Blue) = 128+142+170=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #808EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EAA is #7F7155. Grayscale: #8C8C8C. Windows color (decimal): -8352086 or 11177600. OLE color: 11177600.

HSL color Cylindrical-coordinate representation of color #808EAA: hue angle of 220º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808EAA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128142170-
CMYK0.250.1600.33
HSL220º19.81%58.43%-
HSV(B)220º24.71%66.67%-
XYZ25.8326.8441.85-
YUV141.01144.36118.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=29.09%
G=32.27%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281421700.250.1600.3322019.8158.43
Hex808EAA1910021dc143a
Octal20021625231200413342472
Binary100000001000111010101010110011000001000011101110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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