#797C98

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

Shades of Ship Cove #797C98

Tints of Ship Cove #797C98

Color information

#797C98 (or 0x797C98) is unknown color: approx Ship Cove. HEX triplet: 79, 7C and 98. RGB value is (121,124,152). Sum of RGB (Red+Green+Blue) = 121+124+152=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #797C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C98 is #868367. Grayscale: #7E7E7E. Windows color (decimal): -8815464 or 9993337. OLE color: 9993337.

HSL color Cylindrical-coordinate representation of color #797C98: hue angle of 234.19º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797C98 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121124152-
CMYK0.200.1800.40
HSL234.19º13.08%53.53%-
HSV(B)234.19º20.39%59.61%-
XYZ20.7620.7532.62-
YUV126.3142.51124.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=30.48%
G=31.23%
B=38.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211241520.200.1800.40234.1913.0853.53
Hex797C981412028ead36
Octal17117423024220503521566
Binary111100111111001001100010100100100101000111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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