#7C8EE3

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

Shades of Portage #7C8EE3

Tints of Portage #7C8EE3

Color information

#7C8EE3 (or 0x7C8EE3) is unknown color: approx Portage. HEX triplet: 7C, 8E and E3. RGB value is (124,142,227). Sum of RGB (Red+Green+Blue) = 124+142+227=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C8EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EE3 is #83711C. Grayscale: #919191. Windows color (decimal): -8614173 or 14913148. OLE color: 14913148.

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

Color convert

RGB124142227-
CMYK0.450.3700.11
HSL229.51º64.78%68.82%-
HSV(B)229.51º45.37%89.02%-
XYZ31.8529.1876.63-
YUV146.31173.54112.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.15%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=25.15%
G=28.80%
B=46.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241422270.450.3700.11229.5164.7868.82
Hex7C8EE32D250Be64145
Octal1742163435545013346101105
Binary11111001000111011100011101101100101010111110011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,227); }

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

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

 a { background-color: rgb(124,142,227); }

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

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

 span { border-color: rgb(124,142,227); }

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