#798AAD

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

Shades of Ship Cove #798AAD

Tints of Ship Cove #798AAD

Color information

#798AAD (or 0x798AAD) is unknown color: approx Ship Cove. HEX triplet: 79, 8A and AD. RGB value is (121,138,173). Sum of RGB (Red+Green+Blue) = 121+138+173=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #798AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798AAD is #867552. Grayscale: #888888. Windows color (decimal): -8811859 or 11373177. OLE color: 11373177.

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

Color convert

RGB121138173-
CMYK0.300.2000.32
HSL220.38º24.07%57.65%-
HSV(B)220.38º30.06%67.84%-
XYZ24.5225.2643.12-
YUV136.91148.37116.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=28.01%
G=31.94%
B=40.05%

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
Decimal1211381730.300.2000.32220.3824.0757.65
Hex798AAD1E14020dc183a
Octal17121225536240403343072
Binary11110011000101010101101111101010001000001101110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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