#797FA6

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

Shades of Ship Cove #797FA6

Tints of Ship Cove #797FA6

Color information

#797FA6 (or 0x797FA6) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and A6. RGB value is (121,127,166). Sum of RGB (Red+Green+Blue) = 121+127+166=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 166 - color contains mainly: blue. Hex color #797FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FA6 is #868059. Grayscale: #818181. Windows color (decimal): -8814682 or 10911609. OLE color: 10911609.

HSL color Cylindrical-coordinate representation of color #797FA6: hue angle of 232º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #797FA6 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB121127166-
CMYK0.270.2300.35
HSL232º20.18%56.27%-
HSV(B)232º27.11%65.1%-
XYZ22.362239.14-
YUV129.65148.51121.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 166 (65.23% from 255) = 40.10%
R=29.23%
G=30.68%
B=40.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1211271660.270.2300.3523220.1856.27
Hex797FA61B17023e81438
Octal17117724633270433502470
Binary1111001111111110100110110111011101000111110100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,166); }

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

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

 a { background-color: rgb(121,127,166); }

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

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

 span { border-color: rgb(121,127,166); }

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