#7984A4

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

Shades of Ship Cove #7984A4

Tints of Ship Cove #7984A4

Color information

#7984A4 (or 0x7984A4) is unknown color: approx Ship Cove. HEX triplet: 79, 84 and A4. RGB value is (121,132,164). Sum of RGB (Red+Green+Blue) = 121+132+164=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #7984A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7984A4 is #867B5B. Grayscale: #848484. Windows color (decimal): -8813404 or 10781817. OLE color: 10781817.

HSL color Cylindrical-coordinate representation of color #7984A4: hue angle of 224.65º 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 #7984A4 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121132164-
CMYK0.260.2000.36
HSL224.65º19.11%55.88%-
HSV(B)224.65º26.22%64.31%-
XYZ22.8423.2538.41-
YUV132.36145.86119.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=29.02%
G=31.65%
B=39.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211321640.260.2000.36224.6519.1155.88
Hex7984A41A14024e11338
Octal17120424432240443412370
Binary11110011000010010100100110101010001001001110000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7984A4; }

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

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

<style>
 a { background-color: #7984A4; }

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

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

<style>
 span { border-color: #7984A4; }

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

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