#7A89EA

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

Shades of Portage #7A89EA

Tints of Portage #7A89EA

Color information

#7A89EA (or 0x7A89EA) is unknown color: approx Portage. HEX triplet: 7A, 89 and EA. RGB value is (122,137,234). Sum of RGB (Red+Green+Blue) = 122+137+234=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A89EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A89EA is #857615. Grayscale: #8F8F8F. Windows color (decimal): -8746518 or 15370618. OLE color: 15370618.

HSL color Cylindrical-coordinate representation of color #7A89EA: hue angle of 231.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A89EA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122137234-
CMYK0.480.4100.08
HSL231.96º72.73%69.8%-
HSV(B)231.96º47.86%91.76%-
XYZ31.8227.9781.56-
YUV143.57179.03112.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=24.75%
G=27.79%
B=47.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221372340.480.4100.08231.9672.7369.8
Hex7A89EA302908e84946
Octal1722113526051010350111106
Binary11110101000100111101010110000101001010001110100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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