#798FAC

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

Shades of Ship Cove #798FAC

Tints of Ship Cove #798FAC

Color information

#798FAC (or 0x798FAC) is unknown color: approx Ship Cove. HEX triplet: 79, 8F and AC. RGB value is (121,143,172). Sum of RGB (Red+Green+Blue) = 121+143+172=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #798FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FAC is #867053. Grayscale: #8B8B8B. Windows color (decimal): -8810580 or 11308921. OLE color: 11308921.

HSL color Cylindrical-coordinate representation of color #798FAC: hue angle of 214.12º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #798FAC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121143172-
CMYK0.300.1700.33
HSL214.12º23.5%57.45%-
HSV(B)214.12º29.65%67.45%-
XYZ25.1526.6942.86-
YUV139.73146.21114.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.75%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=27.75%
G=32.80%
B=39.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211431720.300.1700.33214.1223.557.45
Hex798FAC1E11021d61839
Octal17121725436210413263071
Binary11110011000111110101100111101000101000011101011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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