#79829E

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

Shades of Ship Cove #79829E

Tints of Ship Cove #79829E

Color information

#79829E (or 0x79829E) is unknown color: approx Ship Cove. HEX triplet: 79, 82 and 9E. RGB value is (121,130,158). Sum of RGB (Red+Green+Blue) = 121+130+158=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #79829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79829E is #867D61. Grayscale: #828282. Windows color (decimal): -8813922 or 10388089. OLE color: 10388089.

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

Color convert

RGB121130158-
CMYK0.230.1800.38
HSL225.41º16.02%54.71%-
HSV(B)225.41º23.42%61.96%-
XYZ22.0422.535.53-
YUV130.5143.52121.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=29.58%
G=31.78%
B=38.63%

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
Decimal1211301580.230.1800.38225.4116.0254.71
Hex79829E1712026e11037
Octal17120223627220463412067
Binary11110011000001010011110101111001001001101110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79829E; }

 p { color: rgb(121,130,158); }

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

<style>
 a { background-color: #79829E; }

 a { background-color: rgb(121,130,158); }

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

<style>
 span { border-color: #79829E; }

 span { border-color: rgb(121,130,158); }

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