#797F9E

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

Shades of Ship Cove #797F9E

Tints of Ship Cove #797F9E

Color information

#797F9E (or 0x797F9E) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and 9E. RGB value is (121,127,158). Sum of RGB (Red+Green+Blue) = 121+127+158=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #797F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F9E is #868061. Grayscale: #808080. Windows color (decimal): -8814690 or 10387321. OLE color: 10387321.

HSL color Cylindrical-coordinate representation of color #797F9E: hue angle of 230.27º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797F9E is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121127158-
CMYK0.230.2000.38
HSL230.27º16.02%54.71%-
HSV(B)230.27º23.42%61.96%-
XYZ21.6521.7135.4-
YUV128.74144.51122.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=29.80%
G=31.28%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211271580.230.2000.38230.2716.0254.71
Hex797F9E1714026e61037
Octal17117723627240463462067
Binary1111001111111110011110101111010001001101110011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,158); }

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

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

 a { background-color: rgb(121,127,158); }

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

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

 span { border-color: rgb(121,127,158); }

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