#7A89D7

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

Shades of Portage #7A89D7

Tints of Portage #7A89D7

Color information

#7A89D7 (or 0x7A89D7) is unknown color: approx Portage. HEX triplet: 7A, 89 and D7. RGB value is (122,137,215). Sum of RGB (Red+Green+Blue) = 122+137+215=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A89D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89D7 is #857628. Grayscale: #8D8D8D. Windows color (decimal): -8746537 or 14125434. OLE color: 14125434.

HSL color Cylindrical-coordinate representation of color #7A89D7: hue angle of 230.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A89D7 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB122137215-
CMYK0.430.3600.16
HSL230.32º53.76%66.08%-
HSV(B)230.32º43.26%84.31%-
XYZ29.2426.9467.95-
YUV141.41169.53114.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.74%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=25.74%
G=28.90%
B=45.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1221372150.430.3600.16230.3253.7666.08
Hex7A89D72B24010e63642
Octal172211327534402034666102
Binary11110101000100111010111101011100100010000111001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,137,215); }

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

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

 a { background-color: rgb(122,137,215); }

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

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

 span { border-color: rgb(122,137,215); }

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