#797EAB

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

Shades of Ship Cove #797EAB

Tints of Ship Cove #797EAB

Color information

#797EAB (or 0x797EAB) is unknown color: approx Ship Cove. HEX triplet: 79, 7E and AB. RGB value is (121,126,171). Sum of RGB (Red+Green+Blue) = 121+126+171=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #797EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797EAB is #868154. Grayscale: #818181. Windows color (decimal): -8814933 or 11239033. OLE color: 11239033.

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

Color convert

RGB121126171-
CMYK0.290.2600.33
HSL234º22.94%57.25%-
HSV(B)234º29.24%67.06%-
XYZ22.721.9341.56-
YUV129.64151.34121.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=28.95%
G=30.14%
B=40.91%

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
Decimal1211261710.290.2600.3323422.9457.25
Hex797EAB1D1A021ea1739
Octal17117625335320413522771
Binary1111001111111010101011111011101001000011110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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