#808CA4

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

Shades of Ship Cove #808CA4

Tints of Ship Cove #808CA4

Color information

#808CA4 (or 0x808CA4) is unknown color: approx Ship Cove. HEX triplet: 80, 8C and A4. RGB value is (128,140,164). Sum of RGB (Red+Green+Blue) = 128+140+164=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #808CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CA4 is #7F735B. Grayscale: #8B8B8B. Windows color (decimal): -8352604 or 10783872. OLE color: 10783872.

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

Color convert

RGB128140164-
CMYK0.220.1500.36
HSL220º16.51%57.25%-
HSV(B)220º21.95%64.31%-
XYZ24.9826.0338.83-
YUV139.15142.02120.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 140 (55.08% from 255) = 32.41%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=29.63%
G=32.41%
B=37.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281401640.220.1500.3622016.5157.25
Hex808CA416F024dc1139
Octal20021424426170443342171
Binary10000000100011001010010010110111101001001101110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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