#797CA4

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

Shades of Ship Cove #797CA4

Tints of Ship Cove #797CA4

Color information

#797CA4 (or 0x797CA4) is unknown color: approx Ship Cove. HEX triplet: 79, 7C and A4. RGB value is (121,124,164). Sum of RGB (Red+Green+Blue) = 121+124+164=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #797CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797CA4 is #86835B. Grayscale: #7F7F7F. Windows color (decimal): -8815452 or 10779769. OLE color: 10779769.

HSL color Cylindrical-coordinate representation of color #797CA4: hue angle of 235.81º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #797CA4 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121124164-
CMYK0.260.2400.36
HSL235.81º19.11%55.88%-
HSV(B)235.81º26.22%64.31%-
XYZ21.7921.1638.06-
YUV127.66148.51123.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=29.58%
G=30.32%
B=40.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211241640.260.2400.36235.8119.1155.88
Hex797CA41A18024ec1338
Octal17117424432300443542370
Binary1111001111110010100100110101100001001001110110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,164); }

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

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

 a { background-color: rgb(121,124,164); }

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

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

 span { border-color: rgb(121,124,164); }

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