#798DAF

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

Shades of Ship Cove #798DAF

Tints of Ship Cove #798DAF

Color information

#798DAF (or 0x798DAF) is unknown color: approx Ship Cove. HEX triplet: 79, 8D and AF. RGB value is (121,141,175). Sum of RGB (Red+Green+Blue) = 121+141+175=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #798DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798DAF is #867250. Grayscale: #8A8A8A. Windows color (decimal): -8811089 or 11505017. OLE color: 11505017.

HSL color Cylindrical-coordinate representation of color #798DAF: hue angle of 217.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #798DAF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121141175-
CMYK0.310.1900.31
HSL217.78º25.23%58.04%-
HSV(B)217.78º30.86%68.63%-
XYZ25.1526.2144.29-
YUV138.9148.37115.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=27.69%
G=32.27%
B=40.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211411750.310.1900.31217.7825.2358.04
Hex798DAF1F1301Fda193a
Octal17121525737230373323172
Binary1111001100011011010111111111100110111111101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,141,175); }

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

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

 a { background-color: rgb(121,141,175); }

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

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

 span { border-color: rgb(121,141,175); }

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