#797FA1

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

Shades of Ship Cove #797FA1

Tints of Ship Cove #797FA1

Color information

#797FA1 (or 0x797FA1) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and A1. RGB value is (121,127,161). Sum of RGB (Red+Green+Blue) = 121+127+161=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 161 - color contains mainly: blue. Hex color #797FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FA1 is #86805E. Grayscale: #808080. Windows color (decimal): -8814687 or 10583929. OLE color: 10583929.

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

Color convert

RGB121127161-
CMYK0.250.2100.37
HSL231º17.54%55.29%-
HSV(B)231º24.84%63.14%-
XYZ21.9121.8236.77-
YUV129.08146.01122.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=29.58%
G=31.05%
B=39.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211271610.250.2100.3723117.5455.29
Hex797FA11915025e71237
Octal17117724131250453472267
Binary1111001111111110100001110011010101001011110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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