#79829D

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

Shades of Ship Cove #79829D

Tints of Ship Cove #79829D

Color information

#79829D (or 0x79829D) is unknown color: approx Ship Cove. HEX triplet: 79, 82 and 9D. RGB value is (121,130,157). Sum of RGB (Red+Green+Blue) = 121+130+157=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #79829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79829D is #867D62. Grayscale: #828282. Windows color (decimal): -8813923 or 10322553. OLE color: 10322553.

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

Color convert

RGB121130157-
CMYK0.230.1700.38
HSL225º15.52%54.51%-
HSV(B)225º22.93%61.57%-
XYZ21.9522.4635.08-
YUV130.39143.02121.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=29.66%
G=31.86%
B=38.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211301570.230.1700.3822515.5254.51
Hex79829D1711026e11037
Octal17120223527210463412067
Binary11110011000001010011101101111000101001101110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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