#797E9B

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

Shades of Ship Cove #797E9B

Tints of Ship Cove #797E9B

Color information

#797E9B (or 0x797E9B) is unknown color: approx Ship Cove. HEX triplet: 79, 7E and 9B. RGB value is (121,126,155). Sum of RGB (Red+Green+Blue) = 121+126+155=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #797E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E9B is #868164. Grayscale: #7F7F7F. Windows color (decimal): -8814949 or 10190457. OLE color: 10190457.

HSL color Cylindrical-coordinate representation of color #797E9B: hue angle of 231.18º 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 #797E9B is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121126155-
CMYK0.220.1900.39
HSL231.18º14.53%54.12%-
HSV(B)231.18º21.94%60.78%-
XYZ21.2621.3534.01-
YUV127.81143.34123.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=30.10%
G=31.34%
B=38.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211261550.220.1900.39231.1814.5354.12
Hex797E9B1613027e7f36
Octal17117623326230473471766
Binary111100111111101001101110110100110100111111001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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