#79819D

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

Shades of Ship Cove #79819D

Tints of Ship Cove #79819D

Color information

#79819D (or 0x79819D) is unknown color: approx Ship Cove. HEX triplet: 79, 81 and 9D. RGB value is (121,129,157). Sum of RGB (Red+Green+Blue) = 121+129+157=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #79819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79819D is #867E62. Grayscale: #818181. Windows color (decimal): -8814179 or 10322297. OLE color: 10322297.

HSL color Cylindrical-coordinate representation of color #79819D: hue angle of 226.67º 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 #79819D is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121129157-
CMYK0.230.1800.38
HSL226.67º15.52%54.51%-
HSV(B)226.67º22.93%61.57%-
XYZ21.8222.235.03-
YUV129.8143.35121.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.73%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=29.73%
G=31.70%
B=38.57%

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
Decimal1211291570.230.1800.38226.6715.5254.51
Hex79819D1712026e31037
Octal17120123527220463432067
Binary11110011000000110011101101111001001001101110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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