#7A85AF

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

Shades of Ship Cove #7A85AF

Tints of Ship Cove #7A85AF

Color information

#7A85AF (or 0x7A85AF) is unknown color: approx Ship Cove. HEX triplet: 7A, 85 and AF. RGB value is (122,133,175). Sum of RGB (Red+Green+Blue) = 122+133+175=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A85AF is #857A50. Grayscale: #868686. Windows color (decimal): -8747601 or 11502970. OLE color: 11502970.

HSL color Cylindrical-coordinate representation of color #7A85AF: hue angle of 227.55º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A85AF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122133175-
CMYK0.300.2400.31
HSL227.55º24.88%58.24%-
HSV(B)227.55º30.29%68.63%-
XYZ24.1524.0143.92-
YUV134.5150.86119.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=28.37%
G=30.93%
B=40.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221331750.300.2400.31227.5524.8858.24
Hex7A85AF1E1801Fe4193a
Octal17220525736300373443172
Binary1111010100001011010111111110110000111111110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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