#797BA6

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

Shades of Ship Cove #797BA6

Tints of Ship Cove #797BA6

Color information

#797BA6 (or 0x797BA6) is unknown color: approx Ship Cove. HEX triplet: 79, 7B and A6. RGB value is (121,123,166). Sum of RGB (Red+Green+Blue) = 121+123+166=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #797BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797BA6 is #868459. Grayscale: #7F7F7F. Windows color (decimal): -8815706 or 10910585. OLE color: 10910585.

HSL color Cylindrical-coordinate representation of color #797BA6: hue angle of 237.33º 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 #797BA6 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB121123166-
CMYK0.270.2600.35
HSL237.33º20.18%56.27%-
HSV(B)237.33º27.11%65.1%-
XYZ21.8520.9838.98-
YUV127.3149.84123.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=29.51%
G=30%
B=40.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1211231660.270.2600.35237.3320.1856.27
Hex797BA61B1A023ed1438
Octal17117324633320433552470
Binary1111001111101110100110110111101001000111110110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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