#797EA4

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

Shades of Ship Cove #797EA4

Tints of Ship Cove #797EA4

Color information

#797EA4 (or 0x797EA4) is unknown color: approx Ship Cove. HEX triplet: 79, 7E and A4. RGB value is (121,126,164). Sum of RGB (Red+Green+Blue) = 121+126+164=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #797EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797EA4 is #86815B. Grayscale: #808080. Windows color (decimal): -8814940 or 10780281. OLE color: 10780281.

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

Color convert

RGB121126164-
CMYK0.260.2300.36
HSL233.02º19.11%55.88%-
HSV(B)233.02º26.22%64.31%-
XYZ22.0521.6738.14-
YUV128.84147.84122.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=29.44%
G=30.66%
B=39.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211261640.260.2300.36233.0219.1155.88
Hex797EA41A17024e91338
Octal17117624432270443512370
Binary1111001111111010100100110101011101001001110100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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