#797A9C

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

Shades of Ship Cove #797A9C

Tints of Ship Cove #797A9C

Color information

#797A9C (or 0x797A9C) is unknown color: approx Ship Cove. HEX triplet: 79, 7A and 9C. RGB value is (121,122,156). Sum of RGB (Red+Green+Blue) = 121+122+156=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #797A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A9C is #868563. Grayscale: #7D7D7D. Windows color (decimal): -8815972 or 10254969. OLE color: 10254969.

HSL color Cylindrical-coordinate representation of color #797A9C: hue angle of 238.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797A9C is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121122156-
CMYK0.220.2200.39
HSL238.29º15.02%54.31%-
HSV(B)238.29º22.44%61.18%-
XYZ20.8520.3834.29-
YUV125.58145.17124.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.33%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=30.33%
G=30.58%
B=39.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211221560.220.2200.39238.2915.0254.31
Hex797A9C1616027eef36
Octal17117223426260473561766
Binary111100111110101001110010110101100100111111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,122,156); }

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

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

 a { background-color: rgb(121,122,156); }

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

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

 span { border-color: rgb(121,122,156); }

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