#79829F

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

Shades of Ship Cove #79829F

Tints of Ship Cove #79829F

Color information

#79829F (or 0x79829F) is unknown color: approx Ship Cove. HEX triplet: 79, 82 and 9F. RGB value is (121,130,159). Sum of RGB (Red+Green+Blue) = 121+130+159=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #79829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79829F is #867D60. Grayscale: #828282. Windows color (decimal): -8813921 or 10453625. OLE color: 10453625.

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

Color convert

RGB121130159-
CMYK0.240.1800.38
HSL225.79º16.52%54.9%-
HSV(B)225.79º23.9%62.35%-
XYZ22.1322.5335.98-
YUV130.62144.02121.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=29.51%
G=31.71%
B=38.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211301590.240.1800.38225.7916.5254.9
Hex79829F1812026e21137
Octal17120223730220463422167
Binary11110011000001010011111110001001001001101110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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