#808AA4

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

Shades of Ship Cove #808AA4

Tints of Ship Cove #808AA4

Color information

#808AA4 (or 0x808AA4) is unknown color: approx Ship Cove. HEX triplet: 80, 8A and A4. RGB value is (128,138,164). Sum of RGB (Red+Green+Blue) = 128+138+164=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #808AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AA4 is #7F755B. Grayscale: #898989. Windows color (decimal): -8353116 or 10783360. OLE color: 10783360.

HSL color Cylindrical-coordinate representation of color #808AA4: hue angle of 223.33º 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 #808AA4 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128138164-
CMYK0.220.1600.36
HSL223.33º16.51%57.25%-
HSV(B)223.33º21.95%64.31%-
XYZ24.6925.4538.73-
YUV137.97142.69120.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=29.77%
G=32.09%
B=38.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281381640.220.1600.36223.3316.5157.25
Hex808AA41610024df1139
Octal20021224426200443372171
Binary100000001000101010100100101101000001001001101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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