#798BAE

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

Shades of Ship Cove #798BAE

Tints of Ship Cove #798BAE

Color information

#798BAE (or 0x798BAE) is unknown color: approx Ship Cove. HEX triplet: 79, 8B and AE. RGB value is (121,139,174). Sum of RGB (Red+Green+Blue) = 121+139+174=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #798BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BAE is #867451. Grayscale: #898989. Windows color (decimal): -8811602 or 11438969. OLE color: 11438969.

HSL color Cylindrical-coordinate representation of color #798BAE: hue angle of 219.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #798BAE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121139174-
CMYK0.300.2000.32
HSL219.62º24.65%57.84%-
HSV(B)219.62º30.46%68.24%-
XYZ24.7625.5943.68-
YUV137.61148.54116.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=27.88%
G=32.03%
B=40.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211391740.300.2000.32219.6224.6557.84
Hex798BAE1E14020dc193a
Octal17121325636240403343172
Binary11110011000101110101110111101010001000001101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,139,174); }

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

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

 a { background-color: rgb(121,139,174); }

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

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

 span { border-color: rgb(121,139,174); }

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