#797CAB

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

Shades of Ship Cove #797CAB

Tints of Ship Cove #797CAB

Color information

#797CAB (or 0x797CAB) is unknown color: approx Ship Cove. HEX triplet: 79, 7C and AB. RGB value is (121,124,171). Sum of RGB (Red+Green+Blue) = 121+124+171=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #797CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797CAB is #868354. Grayscale: #808080. Windows color (decimal): -8815445 or 11238521. OLE color: 11238521.

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

Color convert

RGB121124171-
CMYK0.290.2700.33
HSL236.4º22.94%57.25%-
HSV(B)236.4º29.24%67.06%-
XYZ22.4421.4241.48-
YUV128.46152.01122.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=29.09%
G=29.81%
B=41.11%

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
Decimal1211241710.290.2700.33236.422.9457.25
Hex797CAB1D1B021ec1739
Octal17117425335330413542771
Binary1111001111110010101011111011101101000011110110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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