#797DAC

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

Shades of Ship Cove #797DAC

Tints of Ship Cove #797DAC

Color information

#797DAC (or 0x797DAC) is unknown color: approx Ship Cove. HEX triplet: 79, 7D and AC. RGB value is (121,125,172). Sum of RGB (Red+Green+Blue) = 121+125+172=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #797DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797DAC is #868253. Grayscale: #808080. Windows color (decimal): -8815188 or 11304313. OLE color: 11304313.

HSL color Cylindrical-coordinate representation of color #797DAC: hue angle of 235.29º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797DAC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121125172-
CMYK0.300.2700.33
HSL235.29º23.5%57.45%-
HSV(B)235.29º29.65%67.45%-
XYZ22.6721.7142.03-
YUV129.16152.17122.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=28.95%
G=29.90%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211251720.300.2700.33235.2923.557.45
Hex797DAC1E1B021eb1839
Octal17117525436330413533071
Binary1111001111110110101100111101101101000011110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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