#7A83E0

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

Shades of Portage #7A83E0

Tints of Portage #7A83E0

Color information

#7A83E0 (or 0x7A83E0) is unknown color: approx Portage. HEX triplet: 7A, 83 and E0. RGB value is (122,131,224). Sum of RGB (Red+Green+Blue) = 122+131+224=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A83E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83E0 is #857C1F. Grayscale: #8A8A8A. Windows color (decimal): -8748064 or 14713722. OLE color: 14713722.

HSL color Cylindrical-coordinate representation of color #7A83E0: hue angle of 234.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A83E0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122131224-
CMYK0.460.4200.12
HSL234.71º62.2%67.84%-
HSV(B)234.71º45.54%87.84%-
XYZ29.625.7573.93-
YUV138.91176.02115.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=25.58%
G=27.46%
B=46.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221312240.460.4200.12234.7162.267.84
Hex7A83E02E2A0Ceb3e44
Octal172203340565201435376104
Binary1111010100000111110000010111010101001100111010111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A83E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,131,224); }

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

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

 a { background-color: rgb(122,131,224); }

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

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

 span { border-color: rgb(122,131,224); }

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