#797DAA

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

Shades of Ship Cove #797DAA

Tints of Ship Cove #797DAA

Color information

#797DAA (or 0x797DAA) is unknown color: approx Ship Cove. HEX triplet: 79, 7D and AA. RGB value is (121,125,170). Sum of RGB (Red+Green+Blue) = 121+125+170=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #797DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797DAA is #868255. Grayscale: #808080. Windows color (decimal): -8815190 or 11173241. OLE color: 11173241.

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

Color convert

RGB121125170-
CMYK0.290.2600.33
HSL235.1º22.37%57.06%-
HSV(B)235.1º28.82%66.67%-
XYZ22.4721.6341.02-
YUV128.93151.17122.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=29.09%
G=30.05%
B=40.87%

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
Decimal1211251700.290.2600.33235.122.3757.06
Hex797DAA1D1A021eb1639
Octal17117525235320413532671
Binary1111001111110110101010111011101001000011110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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