#80889F

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

Shades of Ship Cove #80889F

Tints of Ship Cove #80889F

Color information

#80889F (or 0x80889F) is unknown color: approx Ship Cove. HEX triplet: 80, 88 and 9F. RGB value is (128,136,159). Sum of RGB (Red+Green+Blue) = 128+136+159=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #80889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80889F is #7F7760. Grayscale: #888888. Windows color (decimal): -8353633 or 10455168. OLE color: 10455168.

HSL color Cylindrical-coordinate representation of color #80889F: hue angle of 224.52º 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 #80889F is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128136159-
CMYK0.190.1400.38
HSL224.52º13.9%56.27%-
HSV(B)224.52º19.5%62.35%-
XYZ23.9624.736.31-
YUV136.23140.85122.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=30.26%
G=32.15%
B=37.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281361590.190.1400.38224.5213.956.27
Hex80889F13E026e1e38
Octal20021023723160463411670
Binary1000000010001000100111111001111100100110111000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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