#798EAA

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

Shades of Ship Cove #798EAA

Tints of Ship Cove #798EAA

Color information

#798EAA (or 0x798EAA) is unknown color: approx Ship Cove. HEX triplet: 79, 8E and AA. RGB value is (121,142,170). Sum of RGB (Red+Green+Blue) = 121+142+170=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #798EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798EAA is #867155. Grayscale: #8A8A8A. Windows color (decimal): -8810838 or 11177593. OLE color: 11177593.

HSL color Cylindrical-coordinate representation of color #798EAA: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #798EAA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121142170-
CMYK0.290.1600.33
HSL214.29º22.37%57.06%-
HSV(B)214.29º28.82%66.67%-
XYZ24.8126.3141.8-
YUV138.91145.54115.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=27.94%
G=32.79%
B=39.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211421700.290.1600.33214.2922.3757.06
Hex798EAA1D10021d61639
Octal17121625235200413262671
Binary11110011000111010101010111011000001000011101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798EAA; }

 p { color: rgb(121,142,170); }

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

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

 a { background-color: rgb(121,142,170); }

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

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

 span { border-color: rgb(121,142,170); }

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