#7986AB

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

Shades of Ship Cove #7986AB

Tints of Ship Cove #7986AB

Color information

#7986AB (or 0x7986AB) is unknown color: approx Ship Cove. HEX triplet: 79, 86 and AB. RGB value is (121,134,171). Sum of RGB (Red+Green+Blue) = 121+134+171=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #7986AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7986AB is #867954. Grayscale: #868686. Windows color (decimal): -8812885 or 11241081. OLE color: 11241081.

HSL color Cylindrical-coordinate representation of color #7986AB: hue angle of 224.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 #7986AB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121134171-
CMYK0.290.2200.33
HSL224.4º22.94%57.25%-
HSV(B)224.4º29.24%67.06%-
XYZ23.7624.0641.92-
YUV134.33148.69118.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=28.40%
G=31.46%
B=40.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211341710.290.2200.33224.422.9457.25
Hex7986AB1D16021e01739
Octal17120625335260413402771
Binary11110011000011010101011111011011001000011110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7986AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7986AB; }

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

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

<style>
 a { background-color: #7986AB; }

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

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

<style>
 span { border-color: #7986AB; }

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

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