#808EA3

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

Shades of Ship Cove #808EA3

Tints of Ship Cove #808EA3

Color information

#808EA3 (or 0x808EA3) is unknown color: approx Ship Cove. HEX triplet: 80, 8E and A3. RGB value is (128,142,163). Sum of RGB (Red+Green+Blue) = 128+142+163=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #808EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EA3 is #7F715C. Grayscale: #8C8C8C. Windows color (decimal): -8352093 or 10718848. OLE color: 10718848.

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

Color convert

RGB128142163-
CMYK0.210.1300.36
HSL216º15.98%57.06%-
HSV(B)216º21.47%63.92%-
XYZ25.1926.5838.45-
YUV140.21140.86119.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=29.56%
G=32.79%
B=37.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281421630.210.1300.3621615.9857.06
Hex808EA315D024d81039
Octal20021624325150443302071
Binary10000000100011101010001110101110101001001101100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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