#797E9E

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

Shades of Ship Cove #797E9E

Tints of Ship Cove #797E9E

Color information

#797E9E (or 0x797E9E) is unknown color: approx Ship Cove. HEX triplet: 79, 7E and 9E. RGB value is (121,126,158). Sum of RGB (Red+Green+Blue) = 121+126+158=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #797E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E9E is #868161. Grayscale: #808080. Windows color (decimal): -8814946 or 10387065. OLE color: 10387065.

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

Color convert

RGB121126158-
CMYK0.230.2000.38
HSL231.89º16.02%54.71%-
HSV(B)231.89º23.42%61.96%-
XYZ21.5221.4635.35-
YUV128.15144.84122.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=29.88%
G=31.11%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211261580.230.2000.38231.8916.0254.71
Hex797E9E1714026e81037
Octal17117623627240463502067
Binary1111001111111010011110101111010001001101110100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797E9E; }

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

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

<style>
 a { background-color: #797E9E; }

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

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

<style>
 span { border-color: #797E9E; }

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

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