#798EAF

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

Shades of Ship Cove #798EAF

Tints of Ship Cove #798EAF

Color information

#798EAF (or 0x798EAF) is unknown color: approx Ship Cove. HEX triplet: 79, 8E and AF. RGB value is (121,142,175). Sum of RGB (Red+Green+Blue) = 121+142+175=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #798EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798EAF is #867150. Grayscale: #8B8B8B. Windows color (decimal): -8810833 or 11505273. OLE color: 11505273.

HSL color Cylindrical-coordinate representation of color #798EAF: hue angle of 216.67º 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 #798EAF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121142175-
CMYK0.310.1900.31
HSL216.67º25.23%58.04%-
HSV(B)216.67º30.86%68.63%-
XYZ25.326.5144.34-
YUV139.48148.04114.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=27.63%
G=32.42%
B=39.95%

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
Decimal1211421750.310.1900.31216.6725.2358.04
Hex798EAF1F1301Fd9193a
Octal17121625737230373313172
Binary1111001100011101010111111111100110111111101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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