#7A85AB

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

Shades of Ship Cove #7A85AB

Tints of Ship Cove #7A85AB

Color information

#7A85AB (or 0x7A85AB) is unknown color: approx Ship Cove. HEX triplet: 7A, 85 and AB. RGB value is (122,133,171). Sum of RGB (Red+Green+Blue) = 122+133+171=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 133 (52.34% from 255 or 31.22% 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 #7A85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A85AB is #857A54. Grayscale: #858585. Windows color (decimal): -8747605 or 11240826. OLE color: 11240826.

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

Color convert

RGB122133171-
CMYK0.290.2200.33
HSL226.53º22.58%57.45%-
HSV(B)226.53º28.65%67.06%-
XYZ23.7623.8541.88-
YUV134.04148.86119.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.64%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=28.64%
G=31.22%
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
Decimal1221331710.290.2200.33226.5322.5857.45
Hex7A85AB1D16021e31739
Octal17220525335260413432771
Binary11110101000010110101011111011011001000011110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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