#808FAD

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

Shades of Ship Cove #808FAD

Tints of Ship Cove #808FAD

Color information

#808FAD (or 0x808FAD) is unknown color: approx Ship Cove. HEX triplet: 80, 8F and AD. RGB value is (128,143,173). Sum of RGB (Red+Green+Blue) = 128+143+173=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #808FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FAD is #7F7052. Grayscale: #8D8D8D. Windows color (decimal): -8351827 or 11374464. OLE color: 11374464.

HSL color Cylindrical-coordinate representation of color #808FAD: hue angle of 220º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808FAD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128143173-
CMYK0.260.1700.32
HSL220º21.53%59.02%-
HSV(B)220º26.01%67.84%-
XYZ26.2727.2543.41-
YUV141.94145.53118.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=28.83%
G=32.21%
B=38.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281431730.260.1700.3222021.5359.02
Hex808FAD1A11020dc163b
Octal20021725532210403342673
Binary100000001000111110101101110101000101000001101110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,143,173); }

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

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

 a { background-color: rgb(128,143,173); }

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

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

 span { border-color: rgb(128,143,173); }

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