#798DAB

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

Shades of Ship Cove #798DAB

Tints of Ship Cove #798DAB

Color information

#798DAB (or 0x798DAB) is unknown color: approx Ship Cove. HEX triplet: 79, 8D and AB. RGB value is (121,141,171). Sum of RGB (Red+Green+Blue) = 121+141+171=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #798DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798DAB is #867254. Grayscale: #8A8A8A. Windows color (decimal): -8811093 or 11242873. OLE color: 11242873.

HSL color Cylindrical-coordinate representation of color #798DAB: hue angle of 216º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #798DAB is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121141171-
CMYK0.290.1800.33
HSL216º22.94%57.25%-
HSV(B)216º29.24%67.06%-
XYZ24.7626.0542.25-
YUV138.44146.37115.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=27.94%
G=32.56%
B=39.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211411710.290.1800.3321622.9457.25
Hex798DAB1D12021d81739
Octal17121525335220413302771
Binary11110011000110110101011111011001001000011101100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,141,171); }

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

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

 a { background-color: rgb(121,141,171); }

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

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

 span { border-color: rgb(121,141,171); }

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