#80869F

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

Shades of Ship Cove #80869F

Tints of Ship Cove #80869F

Color information

#80869F (or 0x80869F) is unknown color: approx Ship Cove. HEX triplet: 80, 86 and 9F. RGB value is (128,134,159). Sum of RGB (Red+Green+Blue) = 128+134+159=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #80869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80869F is #7F7960. Grayscale: #868686. Windows color (decimal): -8354145 or 10454656. OLE color: 10454656.

HSL color Cylindrical-coordinate representation of color #80869F: hue angle of 228.39º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80869F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128134159-
CMYK0.190.1600.38
HSL228.39º13.9%56.27%-
HSV(B)228.39º19.5%62.35%-
XYZ23.6924.1436.21-
YUV135.06141.51122.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=30.40%
G=31.83%
B=37.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281341590.190.1600.38228.3913.956.27
Hex80869F1310026e4e38
Octal20020623723200463441670
Binary10000000100001101001111110011100000100110111001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80869F; }

 p { color: rgb(128,134,159); }

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

<style>
 a { background-color: #80869F; }

 a { background-color: rgb(128,134,159); }

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

<style>
 span { border-color: #80869F; }

 span { border-color: rgb(128,134,159); }

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