#798099

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

Shades of Ship Cove #798099

Tints of Ship Cove #798099

Color information

#798099 (or 0x798099) is unknown color: approx Ship Cove. HEX triplet: 79, 80 and 99. RGB value is (121,128,153). Sum of RGB (Red+Green+Blue) = 121+128+153=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #798099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798099 is #867F66. Grayscale: #808080. Windows color (decimal): -8814439 or 10059897. OLE color: 10059897.

HSL color Cylindrical-coordinate representation of color #798099: hue angle of 226.87º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #798099 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121128153-
CMYK0.210.1600.4
HSL226.87º13.56%53.73%-
HSV(B)226.87º20.92%60%-
XYZ21.3521.833.22-
YUV128.76141.68122.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=30.10%
G=31.84%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211281530.210.1600.4226.8713.5653.73
Hex7980991510028e3e36
Octal17120023125200503431666
Binary1111001100000001001100110101100000101000111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798099; }

 p { color: rgb(121,128,153); }

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

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

 a { background-color: rgb(121,128,153); }

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

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

 span { border-color: rgb(121,128,153); }

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