#7A84AB

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

Shades of Ship Cove #7A84AB

Tints of Ship Cove #7A84AB

Color information

#7A84AB (or 0x7A84AB) is unknown color: approx Ship Cove. HEX triplet: 7A, 84 and AB. RGB value is (122,132,171). Sum of RGB (Red+Green+Blue) = 122+132+171=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A84AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A84AB is #857B54. Grayscale: #858585. Windows color (decimal): -8747861 or 11240570. OLE color: 11240570.

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

Color convert

RGB122132171-
CMYK0.290.2300.33
HSL227.76º22.58%57.45%-
HSV(B)227.76º28.65%67.06%-
XYZ23.6323.5841.83-
YUV133.46149.19119.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.71%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=28.71%
G=31.06%
B=40.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221321710.290.2300.33227.7622.5857.45
Hex7A84AB1D17021e41739
Octal17220425335270413442771
Binary11110101000010010101011111011011101000011110010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A84AB; }

 p { color: rgb(122,132,171); }

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

<style>
 a { background-color: #7A84AB; }

 a { background-color: rgb(122,132,171); }

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

<style>
 span { border-color: #7A84AB; }

 span { border-color: rgb(122,132,171); }

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