#79809D

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

Shades of Ship Cove #79809D

Tints of Ship Cove #79809D

Color information

#79809D (or 0x79809D) is unknown color: approx Ship Cove. HEX triplet: 79, 80 and 9D. RGB value is (121,128,157). Sum of RGB (Red+Green+Blue) = 121+128+157=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #79809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79809D is #867F62. Grayscale: #818181. Windows color (decimal): -8814435 or 10322041. OLE color: 10322041.

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

Color convert

RGB121128157-
CMYK0.230.1800.38
HSL228.33º15.52%54.51%-
HSV(B)228.33º22.93%61.57%-
XYZ21.6921.9434.99-
YUV129.21143.68122.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=29.80%
G=31.53%
B=38.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211281570.230.1800.38228.3315.5254.51
Hex79809D1712026e41037
Octal17120023527220463442067
Binary11110011000000010011101101111001001001101110010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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