#7A8FE3

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

Shades of Portage #7A8FE3

Tints of Portage #7A8FE3

Color information

#7A8FE3 (or 0x7A8FE3) is unknown color: approx Portage. HEX triplet: 7A, 8F and E3. RGB value is (122,143,227). Sum of RGB (Red+Green+Blue) = 122+143+227=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #7A8FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FE3 is #85701C. Grayscale: #919191. Windows color (decimal): -8744989 or 14913402. OLE color: 14913402.

HSL color Cylindrical-coordinate representation of color #7A8FE3: hue angle of 228º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A8FE3 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122143227-
CMYK0.460.3700.11
HSL228º65.22%68.43%-
HSV(B)228º46.26%89.02%-
XYZ31.7129.3376.66-
YUV146.3173.54110.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.80%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=24.80%
G=29.07%
B=46.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1221432270.460.3700.1122865.2268.43
Hex7A8FE32E250Be44144
Octal1722173435645013344101104
Binary11110101000111111100011101110100101010111110010010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,143,227); }

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

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

 a { background-color: rgb(122,143,227); }

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

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

 span { border-color: rgb(122,143,227); }

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