#798BAB

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

Shades of Ship Cove #798BAB

Tints of Ship Cove #798BAB

Color information

#798BAB (or 0x798BAB) is unknown color: approx Ship Cove. HEX triplet: 79, 8B and AB. RGB value is (121,139,171). Sum of RGB (Red+Green+Blue) = 121+139+171=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #798BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BAB is #867454. Grayscale: #898989. Windows color (decimal): -8811605 or 11242361. OLE color: 11242361.

HSL color Cylindrical-coordinate representation of color #798BAB: hue angle of 218.4º 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 #798BAB is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121139171-
CMYK0.290.1900.33
HSL218.4º22.94%57.25%-
HSV(B)218.4º29.24%67.06%-
XYZ24.4725.4742.15-
YUV137.27147.04116.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=28.07%
G=32.25%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211391710.290.1900.33218.422.9457.25
Hex798BAB1D13021da1739
Octal17121325335230413322771
Binary11110011000101110101011111011001101000011101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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