#797EAA

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

Shades of Ship Cove #797EAA

Tints of Ship Cove #797EAA

Color information

#797EAA (or 0x797EAA) is unknown color: approx Ship Cove. HEX triplet: 79, 7E and AA. RGB value is (121,126,170). Sum of RGB (Red+Green+Blue) = 121+126+170=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #797EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797EAA is #868155. Grayscale: #818181. Windows color (decimal): -8814934 or 11173497. OLE color: 11173497.

HSL color Cylindrical-coordinate representation of color #797EAA: hue angle of 233.88º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #797EAA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121126170-
CMYK0.290.2600.33
HSL233.88º22.37%57.06%-
HSV(B)233.88º28.82%66.67%-
XYZ22.621.8941.06-
YUV129.52150.84121.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=29.02%
G=30.22%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211261700.290.2600.33233.8822.3757.06
Hex797EAA1D1A021ea1639
Octal17117625235320413522671
Binary1111001111111010101010111011101001000011110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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