#797FA0

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

Shades of Ship Cove #797FA0

Tints of Ship Cove #797FA0

Color information

#797FA0 (or 0x797FA0) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and A0. RGB value is (121,127,160). Sum of RGB (Red+Green+Blue) = 121+127+160=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #797FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FA0 is #86805F. Grayscale: #808080. Windows color (decimal): -8814688 or 10518393. OLE color: 10518393.

HSL color Cylindrical-coordinate representation of color #797FA0: hue angle of 230.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797FA0 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB121127160-
CMYK0.240.2100.37
HSL230.77º17.03%55.1%-
HSV(B)230.77º24.38%62.75%-
XYZ21.8221.7836.31-
YUV128.97145.51122.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 160 (62.89% from 255) = 39.22%
R=29.66%
G=31.13%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211271600.240.2100.37230.7717.0355.1
Hex797FA01815025e71137
Octal17117724030250453472167
Binary1111001111111110100000110001010101001011110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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