#7A8AED

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

Shades of Portage #7A8AED

Tints of Portage #7A8AED

Color information

#7A8AED (or 0x7A8AED) is unknown color: approx Portage. HEX triplet: 7A, 8A and ED. RGB value is (122,138,237). Sum of RGB (Red+Green+Blue) = 122+138+237=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A8AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AED is #857512. Grayscale: #909090. Windows color (decimal): -8746259 or 15567482. OLE color: 15567482.

HSL color Cylindrical-coordinate representation of color #7A8AED: hue angle of 231.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8AED is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122138237-
CMYK0.490.4200.07
HSL231.65º76.16%70.39%-
HSV(B)231.65º48.52%92.94%-
XYZ32.428.4383.9-
YUV144.5180.2111.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=24.55%
G=27.77%
B=47.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221382370.490.4200.07231.6576.1670.39
Hex7A8AED312A07e84c46
Octal172212355615207350114106
Binary1111010100010101110110111000110101001111110100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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