#798098

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

Shades of Ship Cove #798098

Tints of Ship Cove #798098

Color information

#798098 (or 0x798098) is unknown color: approx Ship Cove. HEX triplet: 79, 80 and 98. RGB value is (121,128,152). Sum of RGB (Red+Green+Blue) = 121+128+152=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #798098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798098 is #867F67. Grayscale: #808080. Windows color (decimal): -8814440 or 9994361. OLE color: 9994361.

HSL color Cylindrical-coordinate representation of color #798098: hue angle of 226.45º 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 #798098 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121128152-
CMYK0.200.1600.40
HSL226.45º13.08%53.53%-
HSV(B)226.45º20.39%59.61%-
XYZ21.2721.7732.79-
YUV128.64141.18122.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=30.17%
G=31.92%
B=37.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211281520.200.1600.40226.4513.0853.53
Hex7980981410028e2d36
Octal17120023024200503421566
Binary1111001100000001001100010100100000101000111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798098; }

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

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

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

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

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

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

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

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