#80879D

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

Shades of Ship Cove #80879D

Tints of Ship Cove #80879D

Color information

#80879D (or 0x80879D) is unknown color: approx Ship Cove. HEX triplet: 80, 87 and 9D. RGB value is (128,135,157). Sum of RGB (Red+Green+Blue) = 128+135+157=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #80879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80879D is #7F7862. Grayscale: #878787. Windows color (decimal): -8353891 or 10323840. OLE color: 10323840.

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

Color convert

RGB128135157-
CMYK0.180.1400.38
HSL225.52º12.89%55.88%-
HSV(B)225.52º18.47%61.57%-
XYZ23.6524.3535.35-
YUV135.42140.18122.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=30.48%
G=32.14%
B=37.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281351570.180.1400.38225.5212.8955.88
Hex80879D12E026e2d38
Octal20020723522160463421570
Binary1000000010000111100111011001011100100110111000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80879D; }

 p { color: rgb(128,135,157); }

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

<style>
 a { background-color: #80879D; }

 a { background-color: rgb(128,135,157); }

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

<style>
 span { border-color: #80879D; }

 span { border-color: rgb(128,135,157); }

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