#7C86EF

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

Shades of Portage #7C86EF

Tints of Portage #7C86EF

Color information

#7C86EF (or 0x7C86EF) is unknown color: approx Portage. HEX triplet: 7C, 86 and EF. RGB value is (124,134,239). Sum of RGB (Red+Green+Blue) = 124+134+239=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C86EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C86EF is #837910. Grayscale: #8E8E8E. Windows color (decimal): -8616209 or 15697532. OLE color: 15697532.

HSL color Cylindrical-coordinate representation of color #7C86EF: hue angle of 234.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C86EF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124134239-
CMYK0.480.4400.06
HSL234.78º78.23%71.18%-
HSV(B)234.78º48.12%93.73%-
XYZ32.4227.5785.27-
YUV142.98182.19114.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.95%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 239 (93.75% from 255) = 48.09%
R=24.95%
G=26.96%
B=48.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1241342390.480.4400.06234.7878.2371.18
Hex7C86EF302C06eb4e47
Octal174206357605406353116107
Binary1111100100001101110111111000010110001101110101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C86EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,239); }

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

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

 a { background-color: rgb(124,134,239); }

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

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

 span { border-color: rgb(124,134,239); }

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