#798FAD

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

Shades of Ship Cove #798FAD

Tints of Ship Cove #798FAD

Color information

#798FAD (or 0x798FAD) is unknown color: approx Ship Cove. HEX triplet: 79, 8F and AD. RGB value is (121,143,173). Sum of RGB (Red+Green+Blue) = 121+143+173=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #798FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FAD is #867052. Grayscale: #8B8B8B. Windows color (decimal): -8810579 or 11374457. OLE color: 11374457.

HSL color Cylindrical-coordinate representation of color #798FAD: hue angle of 214.62º degrees, saturation: 0.24, 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 #798FAD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121143173-
CMYK0.300.1700.32
HSL214.62º24.07%57.65%-
HSV(B)214.62º30.06%67.84%-
XYZ25.2526.7343.36-
YUV139.84146.71114.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=27.69%
G=32.72%
B=39.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211431730.300.1700.32214.6224.0757.65
Hex798FAD1E11020d7183a
Octal17121725536210403273072
Binary11110011000111110101101111101000101000001101011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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