#798FAA

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

Shades of Ship Cove #798FAA

Tints of Ship Cove #798FAA

Color information

#798FAA (or 0x798FAA) is unknown color: approx Ship Cove. HEX triplet: 79, 8F and AA. RGB value is (121,143,170). Sum of RGB (Red+Green+Blue) = 121+143+170=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #798FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FAA is #867055. Grayscale: #8B8B8B. Windows color (decimal): -8810582 or 11177849. OLE color: 11177849.

HSL color Cylindrical-coordinate representation of color #798FAA: hue angle of 213.06º 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 #798FAA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121143170-
CMYK0.290.1600.33
HSL213.06º22.37%57.06%-
HSV(B)213.06º28.82%66.67%-
XYZ24.9626.6141.85-
YUV139.5145.21114.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=27.88%
G=32.95%
B=39.17%

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
Decimal1211431700.290.1600.33213.0622.3757.06
Hex798FAA1D10021d51639
Octal17121725235200413252671
Binary11110011000111110101010111011000001000011101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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