#7C8CE3

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

Shades of Portage #7C8CE3

Tints of Portage #7C8CE3

Color information

#7C8CE3 (or 0x7C8CE3) is unknown color: approx Portage. HEX triplet: 7C, 8C and E3. RGB value is (124,140,227). Sum of RGB (Red+Green+Blue) = 124+140+227=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C8CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CE3 is #83731C. Grayscale: #909090. Windows color (decimal): -8614685 or 14912636. OLE color: 14912636.

HSL color Cylindrical-coordinate representation of color #7C8CE3: hue angle of 230.68º 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 #7C8CE3 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124140227-
CMYK0.450.3800.11
HSL230.68º64.78%68.82%-
HSV(B)230.68º45.37%89.02%-
XYZ31.5628.5976.53-
YUV145.13174.2112.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 227 (89.06% from 255) = 46.23%
R=25.25%
G=28.51%
B=46.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241402270.450.3800.11230.6864.7868.82
Hex7C8CE32D260Be74145
Octal1742143435546013347101105
Binary11111001000110011100011101101100110010111110011110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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