#798AA4

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

Shades of Ship Cove #798AA4

Tints of Ship Cove #798AA4

Color information

#798AA4 (or 0x798AA4) is unknown color: approx Ship Cove. HEX triplet: 79, 8A and A4. RGB value is (121,138,164). Sum of RGB (Red+Green+Blue) = 121+138+164=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #798AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798AA4 is #86755B. Grayscale: #878787. Windows color (decimal): -8811868 or 10783353. OLE color: 10783353.

HSL color Cylindrical-coordinate representation of color #798AA4: hue angle of 216.28º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #798AA4 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121138164-
CMYK0.260.1600.36
HSL216.28º19.11%55.88%-
HSV(B)216.28º26.22%64.31%-
XYZ23.6724.9238.68-
YUV135.88143.87117.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=28.61%
G=32.62%
B=38.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211381640.260.1600.36216.2819.1155.88
Hex798AA41A10024d81338
Octal17121224432200443302370
Binary11110011000101010100100110101000001001001101100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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