#797CAA

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

Shades of Ship Cove #797CAA

Tints of Ship Cove #797CAA

Color information

#797CAA (or 0x797CAA) is unknown color: approx Ship Cove. HEX triplet: 79, 7C and AA. RGB value is (121,124,170). Sum of RGB (Red+Green+Blue) = 121+124+170=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #797CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797CAA is #868355. Grayscale: #808080. Windows color (decimal): -8815446 or 11172985. OLE color: 11172985.

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

Color convert

RGB121124170-
CMYK0.290.2700.33
HSL236.33º22.37%57.06%-
HSV(B)236.33º28.82%66.67%-
XYZ22.3521.3840.98-
YUV128.35151.51122.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=29.16%
G=29.88%
B=40.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211241700.290.2700.33236.3322.3757.06
Hex797CAA1D1B021ec1639
Octal17117425235330413542671
Binary1111001111110010101010111011101101000011110110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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