#7A8AE9

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

Shades of Portage #7A8AE9

Tints of Portage #7A8AE9

Color information

#7A8AE9 (or 0x7A8AE9) is unknown color: approx Portage. HEX triplet: 7A, 8A and E9. RGB value is (122,138,233). Sum of RGB (Red+Green+Blue) = 122+138+233=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A8AE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AE9 is #857516. Grayscale: #8F8F8F. Windows color (decimal): -8746263 or 15305338. OLE color: 15305338.

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

Color convert

RGB122138233-
CMYK0.480.4100.09
HSL231.35º71.61%69.61%-
HSV(B)231.35º47.64%91.37%-
XYZ31.8228.280.86-
YUV144.05178.2112.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=24.75%
G=27.99%
B=47.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1221382330.480.4100.09231.3571.6169.61
Hex7A8AE9302909e74846
Octal1722123516051011347110106
Binary11110101000101011101001110000101001010011110011110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,138,233); }

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

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

 a { background-color: rgb(122,138,233); }

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

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

 span { border-color: rgb(122,138,233); }

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